itd: 0.0.9 -> 1.0.0

Changelog: https://gitea.arsenm.dev/Arsen6331/itd/releases/tag/v1.0.0
This commit is contained in:
Raphael Robatsch 2022-11-23 10:29:18 +01:00
parent 5ab18b18ed
commit e16488c50e

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