tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
itd: 1.0.0 -> 1.1.0
R. Ryantm
2 years ago
5a077cf4
3cb5bc28
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
itd
default.nix
+3
-3
pkgs/applications/misc/itd/default.nix
···
6
7
buildGoModule rec {
8
pname = "itd";
9
-
version = "1.0.0";
10
11
# https://gitea.arsenm.dev/Arsen6331/itd/tags
12
src = fetchFromGitea {
···
14
owner = "Arsen6331";
15
repo = "itd";
16
rev = "v${version}";
17
-
hash = "sha256-von/gvKnm69r/Z3Znm9IW97LfRq4v1cpv5z05h0ahek=";
18
};
19
20
-
vendorHash = "sha256-Sj1ASrb80AgZDfIwmSspArRXSaxP8FlXYi9xyWfCYWk=";
21
22
preBuild = ''
23
echo r${version} > version.txt
···
6
7
buildGoModule rec {
8
pname = "itd";
9
+
version = "1.1.0";
10
11
# https://gitea.arsenm.dev/Arsen6331/itd/tags
12
src = fetchFromGitea {
···
14
owner = "Arsen6331";
15
repo = "itd";
16
rev = "v${version}";
17
+
hash = "sha256-95/9Qy0HhrX+ORuv6g1T4/Eq1hf539lYG5fTkLeY6B0=";
18
};
19
20
+
vendorHash = "sha256-ZkAxNs4yDUFBhhmIRtzxQlEQtsa/BTuHy0g3taFcrMM=";
21
22
preBuild = ''
23
echo r${version} > version.txt