notcurses: 2.2.4 -> 2.3.8

This commit is contained in:
nick black 2021-07-07 01:29:19 -04:00
parent 899ecadfc9
commit 176fc1a6e6
No known key found for this signature in database
GPG key ID: 5F43400C21CBFACC

View file

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