Unverified Commit 339c24e4 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

jpexs: 20.1.0 -> 22.0.2 (#384763)

parents 6d76bf72 04e134d5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -25571,6 +25571,12 @@
    githubId = 46590321;
    name = "xrelkd";
  };
  xrtxn = {
    email = "mihok.martin@protonmail.com";
    github = "xrtxn";
    githubId = 47603387;
    name = "Mihók Martin";
  };
  xtrayambak = {
    github = "xTrayambak";
    githubId = 59499552;
+5 −3
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "jpexs";
  version = "20.1.0";
  version = "22.0.2";

  src = fetchzip {
    url = "https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version${version}/ffdec_${version}.zip";
    hash = "sha256-ytGtylhyNSdKfuPclZRJasOb/cskW65hMd4NM/q+/Ko=";
    hash = "sha256-YgcUzJYGbC0KTfMg3eQFxQyyLtjmer3VkQmb6XrlCFY=";
    stripRoot = false;
  };

@@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.gpl3;
    platforms = jdk8.meta.platforms;
    maintainers = [ ];
    maintainers = with lib.maintainers; [
      xrtxn
    ];
  };
}