1
0
Fork 0

fix: imp v0.0.6

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-16 21:17:35 -05:00
parent a6b87c7076
commit 92a67486e6
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.5"; version = "0.0.6";
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-7qhsWUaeZrPHsG3WdCuqQS27DbvsY5qMV/DlVA4RKvM="; sha256 = "sha256-Mxzav1qNGQTshYUfWmh9ciPlj9QuOOR4BHy63O+mCTk=";
}; };
vendorSha256 = "sha256-1az96BTJrkj6tigca5YNwEB9fX+BZX2A+aBttOQfo9g="; vendorSha256 = "sha256-1az96BTJrkj6tigca5YNwEB9fX+BZX2A+aBttOQfo9g=";