Merge pull request #129499 from dankamongmen/dankamongmen/notcurses

notcurses: 2.2.4 -> 2.3.8
This commit is contained in:
Jörg Thalheim 2021-07-08 06:21:43 +01:00 committed by GitHub
commit 86af6429f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
multimediaSupport ? true
}:
let
version = "2.2.4";
version = "2.3.8";
in
stdenv.mkDerivation {
pname = "notcurses";
@ -24,7 +24,7 @@ stdenv.mkDerivation {
owner = "dankamongmen";
repo = "notcurses";
rev = "v${version}";
sha256 = "sha256-FScs6eQxhRMEyPDSD+50RO1B6DIAo+KnvHP3RO2oAnw=";
sha256 = "sha256-CTMFXTmOnBUCm0KdVNBoDT08arr01XTHdELFiTayk3E=";
};
meta = {