Merge pull request #102344 from r-ryantm/auto-update/gllvm

gllvm: 1.2.8 -> 1.2.9
This commit is contained in:
Mario Rodas 2020-11-02 18:07:46 -05:00 committed by GitHub
commit 91c53edb93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "gllvm"; pname = "gllvm";
version = "1.2.8"; version = "1.2.9";
goPackagePath = "github.com/SRI-CSL/gllvm"; goPackagePath = "github.com/SRI-CSL/gllvm";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "SRI-CSL"; owner = "SRI-CSL";
repo = "gllvm"; repo = "gllvm";
rev = "v${version}"; rev = "v${version}";
sha256 = "090ghg7ivf6snkabba00pn8a9x5wj8dgpdq7qjhmw1lpijd0mq0y"; sha256 = "15cgngvd9mg057iz32fk5kcprcvvavahbvfvl5ds8x7shbm60g7s";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {