Skip to content

Commit ada4a23

Browse files
committed
goverlay: 1.6.5 -> 1.6.7
1 parent bccbca1 commit ada4a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/go/goverlay/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424

2525
stdenv.mkDerivation (finalAttrs: {
2626
pname = "goverlay";
27-
version = "1.6.5";
27+
version = "1.6.7";
2828

2929
src = fetchFromGitHub {
3030
owner = "benjamimgois";
3131
repo = "goverlay";
3232
tag = finalAttrs.version;
33-
hash = "sha256-FlYllC9nwWE+BWOLMAnzDcl2I2qIMU8K7Uan+juEkj0=";
33+
hash = "sha256-36gc+S8KgL7fZueKW2T/TlSlLx3/JfmcQfOQ7PDqDvo=";
3434
};
3535

3636
outputs = [

0 commit comments

Comments
 (0)