File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 66} :
77buildGoModule 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
You can’t perform that action at this time.
0 commit comments