werf: 1.2.288 -> 1.2.289

This commit is contained in:
R. Ryantm
2024-02-12 13:59:34 +00:00
parent 5600847c87
commit 082bc51928
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.288";
version = "1.2.289";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-NKSqg9lKKwK+b1dPpeQz4gp3KcVd4nZDhZR8+AAMTRc=";
hash = "sha256-0BinJVTjD8iDlhK50qVODQIKj1KDwhgOMg3HHstYHeg=";
};
vendorHash = "sha256-GRSGhepnXuTS3hgFanQgEdBtB+eyA7zUJ9W2qpE02LI=";
vendorHash = "sha256-YHLa0hTXCswkvVxyNp5ezqyEu18Jfnl9n7JMdqMeBSA=";
proxyVendor = true;