tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
curtail: 1.8.0 -> 1.9.1
R. Ryantm
2 years ago
7b4b3589
1df062db
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
curtail
default.nix
+2
-2
pkgs/applications/graphics/curtail/default.nix
···
20
20
21
21
python3.pkgs.buildPythonApplication rec {
22
22
pname = "curtail";
23
23
-
version = "1.8.0";
23
23
+
version = "1.9.1";
24
24
format = "other";
25
25
26
26
src = fetchFromGitHub {
27
27
owner = "Huluti";
28
28
repo = "Curtail";
29
29
rev = "refs/tags/${version}";
30
30
-
sha256 = "sha256-LLz4nZ9WFQMogQR2gCKn80gvHUG5hlpQpcNjpr4fs2s=";
30
30
+
sha256 = "sha256-9xTdT2mS3aWyimkxrNwCuWIzZ0dPE7w4xUwO53kKr30=";
31
31
};
32
32
33
33
nativeBuildInputs = [