3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #190326 from r-ryantm/auto-update/go-bindata

go-bindata: 3.23.0 -> 3.24.0
This commit is contained in:
Jonas Heinrich 2022-09-09 13:48:11 +02:00 committed by GitHub
commit 65d0002982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "go-bindata";
version = "3.23.0";
version = "3.24.0";
goPackagePath = "github.com/kevinburke/go-bindata";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "kevinburke";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pIEkD0HD/6JFOzkvEG9j9yQP7hLWvmXU3MiyvVFH2rY=";
sha256 = "sha256-dEfD5oV2nXLVg+a7PlB6LqhEBosG7eTptqKKDWcQAss=";
};
subPackages = [ "go-bindata" ];