Unverified Commit 24f45441 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

jai: 0.2.025 -> 0.2.026 (#499355)

parents 3c8a2add b18a1d0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
let
  pname = "jai";
  minor = "2";
  patch = "025";
  patch = "026";
  version = "0.${minor}.${patch}";
  zipName = "jai-beta-${minor}-${patch}.zip";
  jai = stdenv.mkDerivation {
@@ -20,7 +20,7 @@ let
          nix-store --add-fixed sha256 ${zipName}
      '';
      name = zipName;
      sha256 = "sha256-pr43599kdVne9USVvb9p35SYQk2zkT03pO66UGl9IuQ=";
      sha256 = "sha256-iWPMVGzcDlR3cP4ruPZJBAAdvFLZeM8+pCxbsSk2ZLw=";
    };
    nativeBuildInputs = [ unzip ];
    buildCommand = "unzip $src -d $out";