Skip to content

Commit

Permalink
Merge pull request NixOS#298453 from r-ryantm/auto-update/werf
Browse files Browse the repository at this point in the history
werf: 1.2.297 -> 1.2.300
  • Loading branch information
azahi authored Mar 24, 2024
2 parents a076e82 + c3b9de2 commit 11d9b9e
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.297";
version = "1.2.300";

src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-AFuEpMSsfwjqoiLCiSyXecIe/UA72BEHs+kUaUtZU2U=";
hash = "sha256-DWSjdgLjVJHlcXa6QV2KzASFQkCpUDSrtYpx/oa+Ff4=";
};

vendorHash = "sha256-mOHrNXaLnTt0WRVJI8GD48pxLvbSa6oWoxa4YFaIA6Y=";
vendorHash = "sha256-o/s3JZe/lO6smCXVs0ZzOTqGt7ikgTsC4Wo2O9fALe8=";

proxyVendor = true;

Expand Down

0 comments on commit 11d9b9e

Please sign in to comment.