Merge pull request #202490 from raphaelr/itd-1.0.0

itd: 0.0.9 -> 1.0.0
This commit is contained in:
Jonas Heinrich
2022-11-24 12:30:35 +01:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
buildGoModule rec {
pname = "itd";
version = "0.0.9";
version = "1.0.0";
# https://gitea.arsenm.dev/Arsen6331/itd/tags
src = fetchFromGitea {
@@ -14,10 +14,10 @@ buildGoModule rec {
owner = "Arsen6331";
repo = "itd";
rev = "v${version}";
hash = "sha256-FefffF8YIEcB+eglifNWuuK7H5A1YXyxxZOXz1a8HfY=";
hash = "sha256-von/gvKnm69r/Z3Znm9IW97LfRq4v1cpv5z05h0ahek=";
};
vendorHash = "sha256-LFzrpKQQ4nFoK4vVTzJDQ5OGDe1y5BSfXPX+FRVunjQ=";
vendorHash = "sha256-Sj1ASrb80AgZDfIwmSspArRXSaxP8FlXYi9xyWfCYWk=";
preBuild = ''
echo r${version} > version.txt