tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gmic: 2.9.7 -> 2.9.8
R. RyanTM
4 years ago
cca25fe1
578dd8d6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
gmic
default.nix
+2
-2
pkgs/tools/graphics/gmic/default.nix
···
15
15
16
16
stdenv.mkDerivation rec {
17
17
pname = "gmic";
18
18
-
version = "2.9.7";
18
18
+
version = "2.9.8";
19
19
20
20
outputs = [ "out" "lib" "dev" "man" ];
21
21
22
22
src = fetchurl {
23
23
url = "https://gmic.eu/files/source/gmic_${version}.tar.gz";
24
24
-
sha256 = "sha256-lCU3SH6nIhQSMFeds81DMTaEKcDjPLOP7hsXqulVfxY=";
24
24
+
sha256 = "sha256-GNa7xzGuO02oplasGJR2eTsRGp3Rn3LbIxLwdN983II=";
25
25
};
26
26
27
27
nativeBuildInputs = [