recaf-launcher update
This commit is contained in:
parent
29a980c1ba
commit
2c4eaaf136
1 changed files with 3 additions and 3 deletions
|
|
@ -5,10 +5,10 @@
|
|||
buildFHSEnv,
|
||||
}:
|
||||
let
|
||||
version = "0.8.1";
|
||||
version = "0.8.8";
|
||||
jar = fetchurl {
|
||||
url = "https://github.com/Col-E/Recaf-Launcher/releases/download/${version}/recaf-gui-${version}.jar";
|
||||
hash = "sha256-RHsI8z/orwR9b9s+LrrOHpxpr82J6YOpnfik3dnlsvI=";
|
||||
hash = "sha256-fa220O6fH1dUlgGkoAGMYuFPOA6NIdSDn5tdoeSxDbg=";
|
||||
};
|
||||
in
|
||||
buildFHSEnv {
|
||||
|
|
@ -19,7 +19,7 @@ buildFHSEnv {
|
|||
p: with p; [
|
||||
jar
|
||||
|
||||
openjdk21
|
||||
openjdk25
|
||||
xorg.libX11.out
|
||||
at-spi2-atk.out
|
||||
cairo.out
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue