From 108dd28960c01dbcb0e9655f5a8b6c6a7be73a79 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sun, 20 Oct 2024 22:22:52 -0700 Subject: [PATCH] git-prole: 0.1.1 -> 0.5.1 Diff: https://github.com/9999years/git-prole/compare/refs/tags/v0.1.1...v0.5.1 Changelog: https://github.com/9999years/git-prole/releases/tag/v0.5.1 Changelog: https://github.com/9999years/git-prole/releases/tag/v0.5.0 Changelog: https://github.com/9999years/git-prole/releases/tag/v0.4.0 Changes: - Convert multiple worktrees - Improve path display - Fix copying broken symlinks in `git prole add` - Print a message if there's nothing to do when converting a repository - Log working directory and env variables when running commands - Fix `git prole add` in the container directory - Run commands when adding worktrees - `git prole add` now knows how to create `--detached` worktrees - Add `branch_replacements` option - Rework config option names - Rename `git prole config generate` to `git prole config init` - Add a user manual --- pkgs/by-name/gi/git-prole/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/git-prole/package.nix b/pkgs/by-name/gi/git-prole/package.nix index f3b2a4723da3..9519c7840eeb 100644 --- a/pkgs/by-name/gi/git-prole/package.nix +++ b/pkgs/by-name/gi/git-prole/package.nix @@ -7,7 +7,7 @@ nix-update-script, }: let - version = "0.1.1"; + version = "0.5.1"; in rustPlatform.buildRustPackage { pname = "git-prole"; @@ -17,10 +17,10 @@ rustPlatform.buildRustPackage { owner = "9999years"; repo = "git-prole"; rev = "refs/tags/v${version}"; - hash = "sha256-IJsNZt5eID1ghz5Rj53OfidgPoMS2qq+7qgqYEu4zPc="; + hash = "sha256-jJEskahZRCpM2WEH4myTLfowQxEJ4WCNXbTwGkwBHnY="; }; - cargoHash = "sha256-2z7UEHVomm2zuImdcQq0G9fEhKrHLrPNUhVrFugG3w4="; + cargoHash = "sha256-u4UJH+dIDI+I6fEQTRe3RRufYZwxBENxnwULSSCOZF8="; nativeCheckInputs = [ git