3
0
Fork 0
forked from mirrors/nixpkgs

gore: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm 2022-07-28 13:23:51 +00:00
parent 2d9b7cb5f0
commit 258688198f

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gore";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "motemen";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ipHvflsVBSjqohV/PliS0s0Nhie4nIP/HgupNH/Yui4=";
sha256 = "sha256-ZNv3sqwOEtxjvyqC9oR8xYwo8sywU2MF8ngBw407/ko=";
};
vendorSha256 = "sha256-HrdNWsUVz5G5tG/ZFz2z1Vt4kM12I088/6OIkRFyDl8=";