werf: 1.2.275 -> 1.2.277

This commit is contained in:
R. Ryantm 2024-01-06 02:22:08 +00:00
parent ad41959648
commit fd290e8c92

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.275";
version = "1.2.277";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-8WMkarh/5ylCz1IqyLefivjvCBAl15TvT6TLqBmG7Hs=";
hash = "sha256-BUoioYirMNp1Xegmsr+qGfG4G3jfYEHED4XC5u8YgOQ=";
};
vendorHash = "sha256-LXjGqI9cowou5ZHVRldwCD1vOzwCyU269TkTflIkdAc=";
vendorHash = "sha256-dHNvUCOxzFjdvpX+3X+ZOshOSR0DpofKkCR65Ul0hqM=";
proxyVendor = true;