Skip to content

Commit

Permalink
Merge pull request NixOS#311457 from r-ryantm/auto-update/werf
Browse files Browse the repository at this point in the history
werf: 2.0.3 -> 2.0.4
  • Loading branch information
azahi authored May 14, 2024
2 parents b4ef521 + ffda459 commit b0c0fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/werf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildGoModule rec {
pname = "werf";
version = "2.0.3";
version = "2.0.4";

src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-CUz2LBba5elWWqMab6I/n1eGKRi8q9im/jEwZI3k7WU=";
hash = "sha256-htDa+4t6H2FWqHbsjrCkB7xpMCl/2zE1HIEoLONlklc=";
};

vendorHash = "sha256-WMmL0jjzzaDtNmx+kvHFONqwhz7mjFCM4rT6YoL+XkA=";
Expand Down

0 comments on commit b0c0fba

Please sign in to comment.