werf: 1.2.67 -> 1.2.69

This commit is contained in:
R. Ryantm 2022-02-20 05:57:01 +00:00
parent 508adb0115
commit 8ec5134f0e

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.67";
version = "1.2.69";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-SCSj+spANhbrdhj204fsvshkDi0fKmt8jbc11UHJARw=";
sha256 = "sha256-rmDP8qPOPhUrygt5gAF2MOVNCHqh+1Gc50mnVFXpev4=";
};
vendorSha256 = "sha256-PNg4QEi9+LvYWWhj2B6OrP+SBanuINlSGZYCMNjOQv0=";
proxyVendor = true;