Skip to content

Commit 5db7ae0

Browse files
authored
jjui: 0.4 -> 0.5 (#385082)
2 parents 1d2fe01 + 41bae9c commit 5db7ae0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pkgs/by-name/jj/jjui/package.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,23 @@
66
}:
77
buildGoModule rec {
88
pname = "jjui";
9-
version = "0.4";
9+
version = "0.5";
1010

1111
src = fetchFromGitHub {
1212
owner = "idursun";
1313
repo = "jjui";
1414
tag = "v${version}";
15-
hash = "sha256-PAquHh3VVAhc4Tw1XkyKmwFbpLVkDRCMT+FGtqiydCA=";
15+
hash = "sha256-+1KVKevY7aWkAbbHQi06whh3keibdSVEykYDItSMi4I=";
1616
};
1717

1818
vendorHash = "sha256-MxTwe0S2wvkIy8VJl1p8utTX98zfcwpNgCdnpFAMxO0=";
1919

20-
postFixup = ''
21-
mv $out/bin/cmd $out/bin/jjui
22-
'';
23-
2420
passthru.updateScript = nix-update-script { };
2521

2622
meta = {
2723
description = "A TUI for Jujutsu VCS";
2824
homepage = "https://github.com/idursun/jjui";
25+
changelog = "https://github.com/idursun/jjui/releases/tag/v${version}";
2926
license = lib.licenses.mit;
3027
maintainers = with lib.maintainers; [
3128
adda

0 commit comments

Comments
 (0)