Merge pull request #325494 from r-ryantm/auto-update/werf

werf: 2.6.4 -> 2.6.7

authored by Azat Bahawi and committed by GitHub 67ab30a1 6af8e3aa

+3 -3
+3 -3
pkgs/by-name/we/werf/package.nix
··· 11 12 buildGoModule rec { 13 pname = "werf"; 14 - version = "2.6.4"; 15 16 src = fetchFromGitHub { 17 owner = "werf"; 18 repo = "werf"; 19 rev = "v${version}"; 20 - hash = "sha256-dm4rzAP/sp6j8aCsZJbf7TBx7pmjetP2374IAury+kg="; 21 }; 22 23 - vendorHash = "sha256-3p8zoZyH042jmhOD6WGGcHnHhLqm7gMnlaiRZu1OWmE="; 24 25 proxyVendor = true; 26
··· 11 12 buildGoModule rec { 13 pname = "werf"; 14 + version = "2.6.7"; 15 16 src = fetchFromGitHub { 17 owner = "werf"; 18 repo = "werf"; 19 rev = "v${version}"; 20 + hash = "sha256-nR/fEUoRWOeZih54emRAOLywhvymSp562tHLQAH2mc0="; 21 }; 22 23 + vendorHash = "sha256-Ta2owh1Z7mB4e85ZHK1maL5GoBMzM0mf3wsU6ho+4Z0="; 24 25 proxyVendor = true; 26