Skip to content

Commit a85fc0a

Browse files
authored
jjui: 0.1 → 0.2 (NixOS#374472)
1 parent 8915260 commit a85fc0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1111
src = fetchFromGitHub {
1212
owner = "idursun";
1313
repo = "jjui";
14-
rev = "v${version}";
15-
hash = "sha256-MdSzY2JWL34qB13mX4FWG/4wzl30FmATYQ09N1v5Isc=";
14+
tag = "v${version}";
15+
hash = "sha256-V2HwVpZ7K7mYoZECOc+dfXuvBlRsN5OgRHasdpX+kFw=";
1616
};
1717

1818
vendorHash = "sha256-pzbOFXSlEebc4fCyNyQSdeVqar+HfEjsSyJo+mHkQeg=";

0 commit comments

Comments
 (0)