2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 15:27:59 +00:00

werf: 1.2.184 -> 1.2.187

This commit is contained in:
Azat Bahawi 2022-11-08 00:39:15 +03:00
parent db76c8377c
commit e697aa47b5
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "werf";
version = "1.2.184";
version = "1.2.187";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-u3Mf7a+IGLWYvAt/Db/BwvtGc66SnYz5Qx2BkCCLKPg=";
hash = "sha256-rezLmdAR6OCDVsi/rguc3iLjkeQ7Jrny4MlnCFYD5+4=";
};
vendorHash = "sha256-T9xGLQcnO9xyRVNX3xCwsOOXWvBbhhw9dH8gW7aBUjE=";
vendorHash = "sha256-GjcmpHyjhjCWE5gQR/oTHfhHYg5WRu8uhgAuWhdxlYk=";
proxyVendor = true;