diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-10-26 16:46:00 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-10-26 16:46:00 +0300 |
commit | a53d9ab542d6a914ed828cc1f9a1b056c77af26b (patch) | |
tree | 72f18c8e9f8837797499fff7c54a75f575f68ee7 | |
parent | fa4238ba3db923e93f66a22ab84bff532200c650 (diff) | |
download | nixsap-a53d9ab542d6a914ed828cc1f9a1b056c77af26b.tar.gz |
mywatch: 0.2.0 -> 0.2.1
-rw-r--r-- | modules/pkgs/mywatch/cabal2nix.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pkgs/mywatch/cabal2nix.nix b/modules/pkgs/mywatch/cabal2nix.nix index 3dfbbcc..7f72b5f 100644 --- a/modules/pkgs/mywatch/cabal2nix.nix +++ b/modules/pkgs/mywatch/cabal2nix.nix @@ -6,11 +6,11 @@ }: mkDerivation { pname = "mywatch"; - version = "0.2.0"; + version = "0.2.1"; src = fetchgit { url = "https://github.com/zalora/mywatch.git"; - sha256 = "f1ae1b776cdbc11da24819381d5d1fe057be3c5ef69314024c9e0fc043085cd2"; - rev = "afd12c0190f64527a320a99cc6df97f6cfca57d7"; + sha256 = "7c646cb69958fd1010682873c193afad0f5d93a4abb8f5ce728c0500fb43912b"; + rev = "523b6029eb4b8569504086dfb5b8538330e5f522"; }; isLibrary = false; isExecutable = true; |