3
0
Fork 0
forked from mirrors/nixpkgs

itd: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-05-11 13:48:30 +00:00
parent 3cb5bc287d
commit 5a077cf4ed

View file

@ -6,7 +6,7 @@
buildGoModule rec {
pname = "itd";
version = "1.0.0";
version = "1.1.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-von/gvKnm69r/Z3Znm9IW97LfRq4v1cpv5z05h0ahek=";
hash = "sha256-95/9Qy0HhrX+ORuv6g1T4/Eq1hf539lYG5fTkLeY6B0=";
};
vendorHash = "sha256-Sj1ASrb80AgZDfIwmSspArRXSaxP8FlXYi9xyWfCYWk=";
vendorHash = "sha256-ZkAxNs4yDUFBhhmIRtzxQlEQtsa/BTuHy0g3taFcrMM=";
preBuild = ''
echo r${version} > version.txt