notcurses: 2.2.3 -> 2.2.4
This commit is contained in:
parent
04a2b269d8
commit
3a082bf9f7
|
@ -3,7 +3,7 @@
|
||||||
multimediaSupport ? true
|
multimediaSupport ? true
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.2.3";
|
version = "2.2.4";
|
||||||
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-O6bu/tEotsxHAx6rCi0xRaklmF0l6neYwwscF2w0HJg=";
|
sha256 = "sha256-FScs6eQxhRMEyPDSD+50RO1B6DIAo+KnvHP3RO2oAnw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue