Unverified Commit 866ad457 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

treewide: use tag in fetchers (#431100)

parents 8ac5daec bbf8e5d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
  src = fetchFromGitHub {
    owner = "goharbor";
    repo = "harbor-cli";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7Fi4FeWsLwTtNZhD8TfSBTMr/LKzUm6UO4aWC0eJFtQ=";
  };

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildGoModule (finalAttrs: {
  src = fetchFromGitHub {
    owner = "okteto";
    repo = "okteto";
    rev = finalAttrs.version;
    tag = finalAttrs.version;
    hash = "sha256-gGtQrhetIWV7ZvnmPYcGzz718uGyAdRiraiKODrJS4w=";
  };

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildNpmPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vscode-vsce";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6Tt7IewbCLHG8DVoD8PV6VmrNu3MCUHITgYFq9smvOo=";
  };