Skip to content

Commit

Permalink
git-gone: 1.1.0 -> 1.1.1 (NixOS#343163)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafkafk committed Sep 20, 2024
2 parents 574d4f7 + b7a5e87 commit 25ae33d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/git-gone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "git-gone";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "swsnr";
repo = "git-gone";
rev = "v${version}";
hash = "sha256-Mc9/P4VBmLOC05xqdx/yopbhvdpQS3uejc4YA7BIgug=";
hash = "sha256-j88ZnJ0V8h/fthOWwV6B0ZbzUz7THykqrI2QpOkDT4I=";
};

cargoHash = "sha256-NyyficEDJReMLAw2VAK2fOXNIwHilnUqQRACGck+0Vo=";
cargoHash = "sha256-H41wpG5LhjJ7BtFrol0JbjTpssOPUgumgapOiZJi2lc=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 25ae33d

Please sign in to comment.