{g,w}llvm: 1.2.1 -> 1.2.2

(these are released together, at least currently)
This commit is contained in:
Will Dietz
2018-06-01 14:39:20 -05:00
parent 33a418e2e6
commit eefb0032b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "gllvm-${version}";
version = "1.2.1";
version = "1.2.2";
goPackagePath = "github.com/SRI-CSL/gllvm";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "SRI-CSL";
repo = "gllvm";
rev = "v${version}";
sha256 = "1rbvn7qhzb7xxqv0wrkwxq4sm657vsl6q7nwrfq2zwb21573811z";
sha256 = "1k6081frnc6i6h3fa8d796cirhbf5kkshw7qyarz5wi3fcgijn4s";
};
meta = with stdenv.lib; {