mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
itd: 0.0.9 -> 1.0.0
Changelog: https://gitea.arsenm.dev/Arsen6331/itd/releases/tag/v1.0.0
This commit is contained in:
parent
5ab18b18ed
commit
e16488c50e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user