Skip to content

Commit

Permalink
picat: 2.8-2 -> 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Sep 30, 2020
1 parent ed9c3d4 commit c68d982
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/compilers/picat/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation {
pname = "picat";
version = "2.8-2";
version = "3.0";

src = fetchurl {
url = "http://picat-lang.org/download/picat28_src.tar.gz";
sha256 = "10hf2fxxbpq28gi39icr8c9wafdiy9ddfkk6l4rx7kkqyrdi7n85";
url = "http://picat-lang.org/download/picat30_src.tar.gz";
sha256 = "0ivqp4ifknc019rb975vx5j3rmr69x2f3ig7ybb38wm5zx5mljgg";
};

buildInputs = [ zlib ];
Expand All @@ -16,6 +16,7 @@ stdenv.mkDerivation {
else throw "Unsupported system";

hardeningDisable = [ "format" ];
enableParallelBuilding = true;

buildPhase = ''
cd emu
Expand Down

0 comments on commit c68d982

Please sign in to comment.