1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-nats: update to version 1

This commit is contained in:
Peter Simons 2014-12-12 09:50:20 +01:00
parent ef71b297a4
commit ea9b1bfcf7

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "nats";
version = "0.2";
sha256 = "05skqs5ahbrnwlsxjihkvmsw0n49k9mqdhrv9nqh4dmd1j622r73";
version = "1";
sha256 = "0r6s8l4s0yq3x2crrkv0b8zac13magfasr9v8hnq6rn1icsfhic0";
buildDepends = [ hashable ];
meta = {
homepage = "http://github.com/ekmett/nats/";