tmux-sessionizer: fix hash for v0.6.0 release

The release had to be redone because of issues with outdated cargo-dist
not running macos actions on the correct runners, so now the previous
hash is no longer valid.
This commit is contained in:
Tobias Langendorf
2026-05-27 00:16:09 +02:00
parent 47f37b712e
commit 02e43b0087
+1 -1
View File
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "jrmoulton";
repo = "tmux-sessionizer";
rev = "v${finalAttrs.version}";
hash = "sha256-tJ8aKajSWc62BZ8hb3u+OQtlu04z8Ala5nAK5H4Byp4=";
hash = "sha256-pRf381gxyf4leoEfSZKb5foVYYdVEsxuaTU27mbd46o=";
};
cargoHash = "sha256-AJqlzLr6MDFfPssSFMxslxFFuPVxoQGcuG7sZeu+8pg=";