FIX: deis and gawp shas

This commit is contained in:
Kamil Chmielewski
2016-06-09 13:08:09 +02:00
parent 30acfc3b45
commit 9683f5751f
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoPackage rec {
src = fetchgit {
inherit rev;
url = "https://github.com/martingallagher/gawp";
sha256 = "0r4bp4w3s9rkmg3cz9jb7d6ngh7vfj31p9kbim6mhilxvmgjk4ly";
sha256 = "0bbmbb1xxdgvqvg1ssn9d4j213li7bbbx3y42iz4fs10xv7x4r0c";
};
goDeps = ./deps.json;