tmux-sessionizer: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-05-25 01:35:41 +00:00
parent 577f4f868a
commit 9032d1d976
+3 -3
View File
@@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tmux-sessionizer";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "jrmoulton";
repo = "tmux-sessionizer";
rev = "v${finalAttrs.version}";
hash = "sha256-6eMKwp5639DIyhM6OD+db7jr4uF34JSt0Xg+lpyIPSI=";
hash = "sha256-tJ8aKajSWc62BZ8hb3u+OQtlu04z8Ala5nAK5H4Byp4=";
};
cargoHash = "sha256-gIsqHbCmfYs1c3LPNbE4zLVjzU3GJ4MeHMt0DC5sS3c=";
cargoHash = "sha256-AJqlzLr6MDFfPssSFMxslxFFuPVxoQGcuG7sZeu+8pg=";
nativeInstallCheckInputs = [
versionCheckHook