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:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user