Unverified Commit 8343c48f authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #246129 from r-ryantm/auto-update/werf

werf: 1.2.242 -> 1.2.248
parents d88c1d51 14a259a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "werf";
  version = "1.2.242";
  version = "1.2.248";

  src = fetchFromGitHub {
    owner = "werf";
    repo = "werf";
    rev = "v${version}";
    hash = "sha256-cYEhqoCkJtBRQuQDViA+x5Ow5bUB5Y2lZZf18cm5ig8=";
    hash = "sha256-z8XuMByI6B49XCgsZWVjErzcmthCCnpE6LdIfHEpxyA=";
  };

  vendorHash = "sha256-tNTjPIVfviUZ4ONDyQI3M+DIzZvvPbBPdVu0Du+PIdg=";
  vendorHash = "sha256-mt/2Pc1xF6seMZiSxQFQ6bfUxpQCgG3WkjZd0utWbiw=";

  proxyVendor = true;