Unverified Commit f7418c9b authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

woodpecker-pipeline-transform: 0.2.0 -> 0.3.0 (#515931)

parents ef9f6da0 4b3ff4e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@
}:
buildGoModule (finalAttrs: {
  pname = "woodpecker-pipeline-transform";
  version = "0.2.0";
  version = "0.3.0";

  src = fetchFromCodeberg {
    owner = "lafriks";
    repo = "woodpecker-pipeline-transform";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ngtpWjbL/ccmKTNQdL3osduELYSxcOu5z5UtqclNNSY=";
    hash = "sha256-5bdNtVjk7TBoS0Z026th674ZXCRRc3DbtVOLl+acKhQ=";
  };

  vendorHash = "sha256-SZxFsn187UWZqaxwMDdzAmfpRLZSCIpbsAI1mAu7Z6w=";
  vendorHash = "sha256-4JRSrkxH8/NlSwUk6KagC5+mx+UXSLvo1thSRciAewc=";

  meta = {
    description = "Utility to convert different pipelines to Woodpecker CI pipelines";