Unverified Commit 6efad84d authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

werf: 2.51.1 -> 2.51.3 (#459134)

parents f3a13e90 1048da6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "werf";
  version = "2.51.1";
  version = "2.51.3";

  src = fetchFromGitHub {
    owner = "werf";
    repo = "werf";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8tmBzwvuYv3FvSNFpu51fYZP1nqQHtfKioY6eycf7W8=";
    hash = "sha256-xka8poabuG1Bwmo+Q+VeWLZIkKSY9+k5JHYTO2ecz2I=";
  };

  proxyVendor = true;