tmux-sessionizer: 0.4.2 -> 0.4.3 (#348463)

This commit is contained in:
Nick Cao 2024-10-14 08:39:24 -04:00 committed by GitHub
commit a5c8476661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
let
name = "tmux-sessionizer";
version = "0.4.2";
version = "0.4.3";
in
rustPlatform.buildRustPackage {
@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
owner = "jrmoulton";
repo = name;
rev = "v${version}";
hash = "sha256-n6DXqsq3TsNob/fEqeOwNTVLPAvCr7CDN9qtXAiOMWQ=";
hash = "sha256-wwu3h2eQrim/RbxTYqt+EnFmn0uD6PQzo1Xs1qCVQ3o=";
};
cargoHash = "sha256-e2U6x7HFoFbZxtJvY/ZpgEWagIrdRxPVZw2rP5aDIqg=";
cargoHash = "sha256-5OIiDz66GD3DrNKzxH+bpyweS7Ycn2IOf4f9mdHAaCo=";
passthru.tests.version = testers.testVersion {
package = tmux-sessionizer;