Merge pull request #167886 from r-ryantm/auto-update/notcurses

notcurses: 3.0.7 -> 3.0.8

authored by

Anderson Torres and committed by
GitHub
bfa6f155 1e29572c

+2 -2
+2 -2
pkgs/development/libraries/notcurses/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "notcurses"; 17 - version = "3.0.7"; 17 + version = "3.0.8"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "dankamongmen"; 21 21 repo = "notcurses"; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-tFdxQEYmSFr3GlJMud2ICToR+IB5sGnQkARUd/LtJXg="; 23 + sha256 = "sha256-5SNWk1iKDNbyoo413Qvzl2bGaR5Lb+q/UPbPQg7YvRU="; 24 24 }; 25 25 26 26 outputs = [ "out" "dev" ];