werf: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm 2024-06-25 16:32:00 +00:00
parent 35551ddea8
commit 0a810aaaaf

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "werf";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-10RyCVF1w5xj/qhFXQTlyrt9HG/4di2fUwUtDHU6t44=";
hash = "sha256-jZNypjCmMlDAthoLJiV/82vUbugGi4vP5SNZbasG7YE=";
};
vendorHash = "sha256-d1Dn+JN8tiBVx7YDbtvLW0YgIW2ENrEdx4gKatYy1hw=";
vendorHash = "sha256-x64PKLLkvHKW6lbxWSfAQ5xVy6JpGbCAslfz1seUQ2g=";
proxyVendor = true;