Skip to content

Commit

Permalink
werf: 1.2.163 -> 1.2.164
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 24, 2022
1 parent 6895427 commit fb77ffe
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 @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "werf";
version = "1.2.163";
version = "1.2.164";

src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-TgXJ5l/vWHIlAEMmPWM50AOMHU9crsmjtxJdmGzPM+w=";
sha256 = "sha256-qRw3cH0UNg1PyNZfiVSAX0WJsPw17KNsJ1TnBlySI94=";
};

vendorSha256 = "sha256-XpSAFiweD2oUKleD6ztDp1+3PpfUWXfGaaE/9mzRrUQ=";
vendorSha256 = "sha256-E5yDk48O7zze8QTeLQ999QmB8XLkpKNZ8JQ2wVRMGCU=";

proxyVendor = true;

Expand Down

0 comments on commit fb77ffe

Please sign in to comment.