Skip to content

Commit

Permalink
update purs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Apr 15, 2019
1 parent b3a3ae8 commit 87c49e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions purs.nix
Expand Up @@ -15,19 +15,19 @@ let

in pkgs.stdenv.mkDerivation rec {
name = "purs-simple";
version = "v0.12.4";
version = "v0.12.5";

src =
if pkgs.stdenv.isDarwin
then
pkgs.fetchurl {
url = "https://github.com/purescript/purescript/releases/download/v0.12.4/macos.tar.gz";
sha256 = "046b18plakwvqr77x1hybhfiyzrhnnq0q5ixcmypri1mkkdsmczx";
url = "https://github.com/purescript/purescript/releases/download/v0.12.5/macos.tar.gz";
sha256 = "15j9lkrl15dicx37bmh0199b3qdixig7w24wvdzi20jqbacz8nkn";
}
else
pkgs.fetchurl {
url = "https://github.com/purescript/purescript/releases/download/v0.12.4/linux64.tar.gz";
sha256 = "18yny533sjfgacxqx1ki306nhznj4q6nv52c83l82gqj8amyj7k0";
url = "https://github.com/purescript/purescript/releases/download/v0.12.5/linux64.tar.gz";
sha256 = "07dva5gxq77g787krscv4dsz5088fzkvpmm9fwxw9a59jszzs7kq";
};


Expand Down

0 comments on commit 87c49e2

Please sign in to comment.