Unverified Commit 4678086c authored by Defelo's avatar Defelo
Browse files

sentry-cli: use tag in fetchFromGitHub

parent e754e858
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-cli";
    rev = finalAttrs.version;
    tag = finalAttrs.version;
    hash = "sha256-8fz8bSQxqylTQ7mD/QbQ6gc8qlEdx/SDCjaB3uqFnGA=";
  };
  doCheck = false;