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

notcurses: 2.4.1 -> 2.4.2
This commit is contained in:
Bobby Rong 2021-09-28 20:49:08 +08:00 committed by GitHub
commit 58acaca159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "notcurses";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "dankamongmen";
repo = "notcurses";
rev = "v${version}";
sha256 = "sha256-Oyjdmmb+rqPgkwVJw3y4NKGPABmCZFyGFBzBJn6IEHk=";
sha256 = "sha256-EtHyxnTH2bVoVnWB9wvmF/nCdecvL1TTiVRaajFVC/0=";
};
outputs = [ "out" "dev" ];