werf: 1.2.69 -> 1.2.70

This commit is contained in:
R. Ryantm 2022-02-22 18:43:23 +00:00
parent 073ca0094b
commit f9d835ba15

View file

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