From b9e9319236b0744d6b4ebe919caac8015db16657 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 4 Apr 2023 04:20:00 +0000 Subject: [PATCH] git-gone: 0.4.3 -> 0.5.0 https://github.com/swsnr/git-gone/releases/tag/v0.5.0 --- .../version-management/git-gone/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/version-management/git-gone/default.nix b/pkgs/applications/version-management/git-gone/default.nix index fd93c337eac0..fb97bf9467cf 100644 --- a/pkgs/applications/version-management/git-gone/default.nix +++ b/pkgs/applications/version-management/git-gone/default.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "git-gone"; - version = "0.4.3"; + version = "0.5.0"; src = fetchFromGitHub { - owner = "lunaryorn"; + owner = "swsnr"; repo = "git-gone"; rev = "v${version}"; - sha256 = "sha256-pHtFLJGZYlxvQxqG/LWoWeQDxa8i3ws0olAtuoyHXTM="; + hash = "sha256-bb7xeLxo/qk2yKctaX1JXzru1+tGTt8DmDVH6ZaARkU="; }; - cargoSha256 = "sha256-BfUR/9WBgyUlKZ80qtqX6+AK7hRBCCsEG/IWjbcDU3c="; + cargoHash = "sha256-tngsqAnQ2Um0UCSqBvrnpbDygF6CvL2fi0o9MVY0f4g="; nativeBuildInputs = [ installShellFiles ]; @@ -29,8 +29,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Cleanup stale Git branches of merge requests"; - homepage = "https://github.com/lunaryorn/git-gone"; - changelog = "https://github.com/lunaryorn/git-gone/raw/v${version}/CHANGELOG.md"; + homepage = "https://github.com/swsnr/git-gone"; + changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = [ maintainers.marsam ]; };