jpexs: 15.0.0 -> 18.4.1
This commit is contained in:
parent
3e313808bd
commit
916f9bcaee
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jpexs";
|
||||
version = "15.0.0";
|
||||
version = "18.4.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "${meta.homepage}/releases/download/version${version}/ffdec_${version}.zip";
|
||||
sha256 = "1w8sh0dzln6mxcbibyw6r9f9c8g0cbwxq4qbm5kawq00yydvwfza";
|
||||
url = "https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${version}/ffdec_${version}.zip";
|
||||
sha256 = "sha256-aaEL3xJZkFw78zo3IyauWJM9kOo0rJTUSKmWsv9xQZ8=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue