Merge pull request #146567 from endgame/notcurses-2.4.9

notcurses: 2.4.8 -> 2.4.9
This commit is contained in:
Thiago Kenji Okada 2021-11-20 01:51:17 -03:00 committed by GitHub
commit c5be5dfe98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "notcurses";
version = "2.4.8";
version = "2.4.9";
src = fetchFromGitHub {
owner = "dankamongmen";
repo = "notcurses";
rev = "v${version}";
sha256 = "sha256-mVSToryo7+zW1mow8eJT8GrXYlGe/BeSheJtJDKAgzo=";
sha256 = "sha256-J7yTNMvmcm69B+yF0PYLXFG8kkcnffWyUx3kEFU0ToI=";
};
outputs = [ "out" "dev" ];