summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-23 18:29:59 +0200
committerPeter Simons <simons@cryp.to>2012-10-23 18:29:59 +0200
commit466f1f185c8f6c213d5f771683e77bc42f371cb0 (patch)
treee875b9cd3bd48c2f8f2d4200da451cc3d211301b /pkgs
parent6e4939ad7ca4f537615fed5abb5ecde89fcd6ec9 (diff)
downloadnixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.tar
nixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.tar.gz
nixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.tar.bz2
nixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.tar.lz
nixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.tar.xz
nixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.tar.zst
nixlib-466f1f185c8f6c213d5f771683e77bc42f371cb0.zip
haskell-unlambda: update to version 0.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/unlambda/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/unlambda/default.nix b/pkgs/development/libraries/haskell/unlambda/default.nix
index c0cfc72bd9e3..5ee133d0978c 100644
--- a/pkgs/development/libraries/haskell/unlambda/default.nix
+++ b/pkgs/development/libraries/haskell/unlambda/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "unlambda";
-  version = "0.1";
-  sha256 = "0xmn5w5vza6z2i3fs2hv2jgmb1lyk918viknsx3lk36i1dbyivgi";
+  version = "0.1.2";
+  sha256 = "12x7jc5nwbhkhnylg9l29nr5y8p322avhb9zc0w2apy3fvrq7y93";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ mtl ];