tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sourcehut.mansrht: 0.16.3 -> 0.16.5
Christoph Heiss
2 years ago
eff60c84
08c7388d
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
sourcehut
man.nix
+4
-4
pkgs/applications/version-management/sourcehut/man.nix
···
12
12
}:
13
13
14
14
let
15
15
-
version = "0.16.3";
16
16
-
gqlgen = import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.36"; };
15
15
+
version = "0.16.5";
16
16
+
gqlgen = import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.43"; };
17
17
18
18
src = fetchFromSourcehut {
19
19
owner = "~sircmpwn";
20
20
repo = "man.sr.ht";
21
21
rev = version;
22
22
-
hash = "sha256-o1A3LmwH6WgpFqjKyL3UTru9q7TgKdOdbKZfJHR6fCA=";
22
22
+
hash = "sha256-JFMtif2kIE/fs5PNcQtkJikAFNszgZTU7BG/8fTncTI=";
23
23
};
24
24
25
25
mansrht-api = buildGoModule ({
26
26
inherit src version;
27
27
pname = "mansrht-api";
28
28
modRoot = "api";
29
29
-
vendorHash = "sha256-6AzKWytdyuofCFaDEdeO24mv1mtpnQEJydrjVWGY2eU=";
29
29
+
vendorHash = "sha256-GVN11nEJqIHh8MtKvIXe4zcUwJph9eTSkJ2R+ufD+ic=";
30
30
} // gqlgen);
31
31
in
32
32
buildPythonPackage rec {