File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010stdenvNoCC . 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 ] ;
You can’t perform that action at this time.
0 commit comments