Unverified Commit 76ccb9ff authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

werf: 2.47.4 -> 2.47.5 (#442940)

parents 0e7a7423 2ac78375
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@
}:
buildGoModule (finalAttrs: {
  pname = "werf";
  version = "2.47.4";
  version = "2.47.5";

  src = fetchFromGitHub {
    owner = "werf";
    repo = "werf";
    tag = "v${finalAttrs.version}";
    hash = "sha256-V/RwHwPp1THlzFdMts5qt4Ueqcoxx932eMqgF6yiZpM=";
    hash = "sha256-rr0jHeAz8gcKj1rUzL8BoDFvuVrZF1+3I7ruKIvt8Rw=";
  };

  proxyVendor = true;
  vendorHash = "sha256-kFaXOvJBp/QU0N2Jwq450G48O2GYgC2Pc+2bGK9rJ9g=";
  vendorHash = "sha256-dULy4iLpp+wlvk8gdzLQTJ6reRI1YQ8//+EU7/U/Xkw=";

  subPackages = [ "cmd/werf" ];