tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nomacs: 3.17.2285 -> 3.17.2287
R. Ryantm
2 years ago
6233b98c
f6caf65a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
nomacs
default.nix
+2
-2
pkgs/applications/graphics/nomacs/default.nix
···
19
20
stdenv.mkDerivation rec {
21
pname = "nomacs";
22
-
version = "3.17.2285";
23
24
src = fetchFromGitHub {
25
owner = "nomacs";
26
repo = "nomacs";
27
rev = version;
28
-
hash = "sha256-/K7LRPwNy2PG7tIGD0tiKnEOPZ491lxFRlgf4xWYtxs=";
29
};
30
31
setSourceRoot = ''
···
19
20
stdenv.mkDerivation rec {
21
pname = "nomacs";
22
+
version = "3.17.2287";
23
24
src = fetchFromGitHub {
25
owner = "nomacs";
26
repo = "nomacs";
27
rev = version;
28
+
hash = "sha256-OwiMB6O4+WuAt87sRbD1Qby3U7igqgCgddiWs3a4j3k=";
29
};
30
31
setSourceRoot = ''