3
0
Fork 0
forked from mirrors/nixpkgs

go-bindata: 3.23.0 -> 3.24.0

This commit is contained in:
R. Ryantm 2022-09-08 12:31:26 +00:00
parent ad2aac1e24
commit 8be50b22dc

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" ];