Skip to content

Commit

Permalink
werf: 1.2.73 -> 1.2.74
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 13, 2022
1 parent 12769bc commit 658496e
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,15 +11,15 @@

buildGoModule rec {
pname = "werf";
version = "1.2.73";
version = "1.2.74";

src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
sha256 = "sha256-E16p40Pmr9o2946XlO3TUE/xUueG0NBWux23MgAVLlI=";
sha256 = "sha256-Mfgvl6ljmYn9Vu/tWS0JAuH1pzQZ4zoD5+5ejUJF/Lg=";
};
vendorSha256 = "sha256-NHeUj1JWRqElY2BpQ+7ANqwlOYQ5H2R00LGqktcsoF4=";
vendorSha256 = "sha256-MsIbuwsb0sKEh3Z7ArtG/8SWFPaXLu+TGNruhsHhtb4=";
proxyVendor = true;

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 658496e

Please sign in to comment.