goku 0.5.1 -> 0.5.2 (#1)

This commit is contained in:
yqrashawn 2022-05-14 09:45:19 +08:00 committed by GitHub
parent 4e6f7cd4a8
commit 65c8b91090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "goku";
version = "0.5.1";
version = "0.5.2";
src = fetchurl {
url = "https://github.com/yqrashawn/GokuRakuJoudo/releases/download/v${version}/goku.zip";
sha256 = "7c9304a5b4265575ca154bc0ebc04fcf812d14981775966092946cf82f65c782";
sha256 = "506eccdabedc68c112778b13ded65099327267c2e3fd488916e3a340bc312954";
};
nativeBuildInputs = [