git-gone: 0.5.0 -> 1.0.0

This commit is contained in:
amesgen 2023-08-20 19:50:22 +02:00
parent 3476a10478
commit 879c3354fa
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D

View File

@ -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 ];