tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hydrus: 461 -> 462
Daniel Olsen
4 years ago
f5f12888
42d32516
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
hydrus
default.nix
+2
-2
pkgs/applications/graphics/hydrus/default.nix
···
10
11
python3Packages.buildPythonPackage rec {
12
pname = "hydrus";
13
-
version = "461";
14
format = "other";
15
16
src = fetchFromGitHub {
17
owner = "hydrusnetwork";
18
repo = "hydrus";
19
rev = "v${version}";
20
-
sha256 = "sha256-fVqMSzQ4VhiRh6gDFApln1jioIDs80ceyV+ClNRhjKA=";
21
};
22
23
nativeBuildInputs = [
···
10
11
python3Packages.buildPythonPackage rec {
12
pname = "hydrus";
13
+
version = "462";
14
format = "other";
15
16
src = fetchFromGitHub {
17
owner = "hydrusnetwork";
18
repo = "hydrus";
19
rev = "v${version}";
20
+
sha256 = "sha256-eHUztpnDs1kxaBlTO7BRbO3eH+On9m7aJtbNw2b9Ado=";
21
};
22
23
nativeBuildInputs = [