diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-12-20 14:28:25 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-12-20 14:28:34 +0300 |
commit | ccba01b511f5275370a16d71d237f8bfa8fcd20c (patch) | |
tree | 0a2672a134fae7e08bac0695a170e6cd82b26dea /modules/pkgs/check_solr | |
parent | 38eeb4549c1c26cff575b2496608d620e5e1b04d (diff) | |
download | nixsap-ccba01b511f5275370a16d71d237f8bfa8fcd20c.tar.gz |
pkgs: updated some hashes
fetchgit in recent nixpkgs (>= 16.09 ?) keeps some files.
Diffstat (limited to 'modules/pkgs/check_solr')
-rw-r--r-- | modules/pkgs/check_solr/cabal2nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pkgs/check_solr/cabal2nix.nix b/modules/pkgs/check_solr/cabal2nix.nix index ee3c6b5..138062f 100644 --- a/modules/pkgs/check_solr/cabal2nix.nix +++ b/modules/pkgs/check_solr/cabal2nix.nix @@ -7,7 +7,7 @@ mkDerivation { version = "0.1.0"; src = fetchgit { url = "https://github.com/ip1981/check-solr.git"; - sha256 = "839199942e5cf110428dd589f1d9610ac504d7199b2b7053d5ee136206890309"; + sha256 = "0hama3kglnn4kyzkssl1llb61kcgyhynpbbk6xsf015hvi90hsa0"; rev = "869c945fb56f0ff187125ee352a6876002eba596"; }; isLibrary = true; |