tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
notcurses: 2.4.8 -> 2.4.9
Jack Kelly
4 years ago
84590bd5
e8659f7b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
notcurses
default.nix
+2
-2
pkgs/development/libraries/notcurses/default.nix
···
13
13
14
14
stdenv.mkDerivation rec {
15
15
pname = "notcurses";
16
16
-
version = "2.4.8";
16
16
+
version = "2.4.9";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "dankamongmen";
20
20
repo = "notcurses";
21
21
rev = "v${version}";
22
22
-
sha256 = "sha256-mVSToryo7+zW1mow8eJT8GrXYlGe/BeSheJtJDKAgzo=";
22
22
+
sha256 = "sha256-J7yTNMvmcm69B+yF0PYLXFG8kkcnffWyUx3kEFU0ToI=";
23
23
};
24
24
25
25
outputs = [ "out" "dev" ];