1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

werf: 1.2.287 -> 1.2.288

This commit is contained in:
R. Ryantm 2024-02-08 11:38:44 +00:00
parent 0302e47841
commit 8f5537ab0e

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.287";
version = "1.2.288";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-+xilQ9By8cbH/CDCxAocm2OlVnvh7efqcB/3cMZhc1w=";
hash = "sha256-NKSqg9lKKwK+b1dPpeQz4gp3KcVd4nZDhZR8+AAMTRc=";
};
vendorHash = "sha256-uzIUjG3Hv7wdsbX75wHZ8Z8fy/EPgRKH74VXUhThycE=";
vendorHash = "sha256-GRSGhepnXuTS3hgFanQgEdBtB+eyA7zUJ9W2qpE02LI=";
proxyVendor = true;