Skip to content

Commit 7ca3f7b

Browse files
authored
goku: 0.7.2 -> 0.8.0 (#384578)
2 parents 7c9f14f + 5e78269 commit 7ca3f7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/go/goku/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99

1010
stdenvNoCC.mkDerivation (finalAttrs: {
1111
pname = "goku";
12-
version = "0.7.2";
12+
version = "0.8.0";
1313

1414
src =
1515
if stdenvNoCC.hostPlatform.isAarch64 then
1616
fetchurl {
1717
url = "https://github.com/yqrashawn/GokuRakuJoudo/releases/download/v${finalAttrs.version}/goku-arm.zip";
18-
hash = "sha256-mjz1JD12U23Pi8kumELtT9ENhXpX8Db4LUS3DOtP5GM=";
18+
hash = "sha256-yRLxUfAQZ+rE7/42wnjls6UnT+vb/b5Y3lVWujZGEAg=";
1919
}
2020
else
2121
fetchurl {
2222
url = "https://github.com/yqrashawn/GokuRakuJoudo/releases/download/v${finalAttrs.version}/goku.zip";
23-
hash = "sha256-8HdIwtpzR6O2WCbMYIJ6PHcM27Xmb+4Tc5Fmjl0dABQ=";
23+
hash = "sha256-hbk7QF0kTeBcot4OFV/yhVOUV/OpE44d/7nofdoBipg=";
2424
};
2525

2626
nativeBuildInputs = [ unzip ];
@@ -40,6 +40,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
4040
'';
4141

4242
meta = {
43+
changelog = "https://github.com/yqrashawn/GokuRakuJoudo/blob/v${finalAttrs.version}/CHANGELOG.org";
4344
description = "Karabiner configurator";
4445
homepage = "https://github.com/yqrashawn/GokuRakuJoudo";
4546
license = lib.licenses.gpl3;

0 commit comments

Comments
 (0)