Fix lots of fetchgit hashes (fallout from #15469)

This commit is contained in:
Tuomas Tynkkynen
2016-06-03 17:17:08 +03:00
parent d27881c014
commit bac26e08db
262 changed files with 359 additions and 359 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ buildPerlPackage {
src = fetchgit {
url = "https://github.com/openxpki/openxpki";
rev = "5cb76c553b6b1a81ede380857700628a7521f6e3";
sha256 = "7c93bdce7a205c58b08c91c249e566e885ed08f9d43cc2ac652c705c1f7e4490";
sha256 = "05bmhani2c7ays488xv3hx5xbxb612bnwq5rdjwmsj51xpaz454p";
};
buildInputs = [ perl openssl gettext python34Packages.sphinx ];