1
0
Fork 0

fix: imp v0.0.5

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-16 19:04:29 -05:00
parent 3ff2db2022
commit a6b87c7076
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "imp"; pname = "imp";
version = "0.0.4"; version = "0.0.5";
src = fetchFromGitea { src = fetchFromGitea {
domain = "git.jojodev.com"; domain = "git.jojodev.com";
owner = "jolheiser"; owner = "jolheiser";
repo = "imp"; repo = "imp";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-20xDL0M/ZMV9dX4zBxR9vPawub4zONnuXwC8Hxml9ow="; sha256 = "sha256-7qhsWUaeZrPHsG3WdCuqQS27DbvsY5qMV/DlVA4RKvM=";
}; };
vendorSha256 = "sha256-1az96BTJrkj6tigca5YNwEB9fX+BZX2A+aBttOQfo9g="; vendorSha256 = "sha256-1az96BTJrkj6tigca5YNwEB9fX+BZX2A+aBttOQfo9g=";