Skip to content

Commit

Permalink
Merge pull request #303656 from r-ryantm/auto-update/werf
Browse files Browse the repository at this point in the history
werf: 1.2.305 -> 1.2.307
  • Loading branch information
azahi authored Apr 12, 2024
2 parents 66d5079 + 3aeec8f commit 76e0e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/werf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "werf";
version = "1.2.305";
version = "1.2.307";

src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-WbSGbwm3/GXRZBvnleJYXxXBhIj+NwKAMLBZdUkf4PE=";
hash = "sha256-jT0QZIMHFhhMIhBj2kliRP0/B8BLYGZdojZ7THXnUmg=";
};

vendorHash = "sha256-BN2baLI91tJyGFEuuS9lAzKsKwPPpKm0eUK7Hxwbvkk=";
vendorHash = "sha256-2ZRyRgW42W/z6G5DfSMqbdXnW5TNcMdz385Dt7PWj6k=";

proxyVendor = true;

Expand Down

0 comments on commit 76e0e59

Please sign in to comment.