parent
3ff2db2022
commit
a6b87c7076
|
@ -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=";
|
||||||
|
|
Loading…
Reference in New Issue