jjui: 0-unstable-2024-12-10 -> 0.1
This commit is contained in:
@@ -4,18 +4,18 @@
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
buildGoModule {
|
||||
buildGoModule rec {
|
||||
pname = "jjui";
|
||||
version = "0-unstable-2024-12-10";
|
||||
version = "0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "idursun";
|
||||
repo = "jjui";
|
||||
rev = "525c8042a51710cdaefa91176af68a22ad0045bd";
|
||||
hash = "sha256-WSlcJFLOe5UVvWubSPP391+AxepEa5M6GpmZnjYMjww=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-MdSzY2JWL34qB13mX4FWG/4wzl30FmATYQ09N1v5Isc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-kg5b3tzwyAhn00GwdUDf4OdYZvCJZHgkgpzHFWy5SxI=";
|
||||
vendorHash = "sha256-pzbOFXSlEebc4fCyNyQSdeVqar+HfEjsSyJo+mHkQeg=";
|
||||
|
||||
postFixup = ''
|
||||
mv $out/bin/cmd $out/bin/jjui
|
||||
|
||||
Reference in New Issue
Block a user