Unverified Commit 1c533da0 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #250392 from amesgen/git-gone-1.0.0

git-gone: 0.5.0 -> 1.0.0
parents 0b07d495 879c3354
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "git-gone";
  version = "0.5.0";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "swsnr";
    repo = "git-gone";
    rev = "v${version}";
    hash = "sha256-bb7xeLxo/qk2yKctaX1JXzru1+tGTt8DmDVH6ZaARkU=";
    hash = "sha256-cEMFbG7L48s1SigLD/HfQ2NplGZPpO+KIgs3oV3rgQQ=";
  };

  cargoHash = "sha256-tngsqAnQ2Um0UCSqBvrnpbDygF6CvL2fi0o9MVY0f4g=";
  cargoHash = "sha256-CCPVjOWM59ELd4AyT968v6kvGdVwkMxxLZGDiJlLkzA=";

  nativeBuildInputs = [ installShellFiles ];