tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sourcehut.todosrht: 0.75.6 -> 0.75.10
Christoph Heiss
2 years ago
f22dd949
37737d16
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
sourcehut
todo.nix
+4
-4
pkgs/applications/version-management/sourcehut/todo.nix
···
13
13
}:
14
14
15
15
let
16
16
-
version = "0.75.6";
17
17
-
gqlgen = import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.36"; };
16
16
+
version = "0.75.10";
17
17
+
gqlgen = import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.45"; };
18
18
19
19
src = fetchFromSourcehut {
20
20
owner = "~sircmpwn";
21
21
repo = "todo.sr.ht";
22
22
rev = version;
23
23
-
hash = "sha256-BPJ1M9dX+xNIw++VZ0Si/rjnfI9BY95TE2o+u7JRVAU=";
23
23
+
hash = "sha256-3dVZdupsygM7/6T1Mn7yRc776aa9pKgwF0hgZX6uVQ0=";
24
24
};
25
25
26
26
todosrht-api = buildGoModule ({
27
27
inherit src version;
28
28
pname = "todosrht-api";
29
29
modRoot = "api";
30
30
-
vendorHash = "sha256-vTKIJFE8AFR2eZFwG9ba6FWPW02og3ZVcrsqUnOkJIQ=";
30
30
+
vendorHash = "sha256-fImOQLnQLHTrg5ikuYRZ+u+78exAiYA19DGQoUjQBOM=";
31
31
} // gqlgen);
32
32
in
33
33
buildPythonPackage rec {