We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e823e9 commit bc13187Copy full SHA for bc13187
pkgs/tools/misc/tmux-sessionizer/default.nix
@@ -11,7 +11,7 @@
11
let
12
13
name = "tmux-sessionizer";
14
- version = "0.4.2";
+ version = "0.4.3";
15
16
in
17
rustPlatform.buildRustPackage {
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
22
owner = "jrmoulton";
23
repo = name;
24
rev = "v${version}";
25
- hash = "sha256-n6DXqsq3TsNob/fEqeOwNTVLPAvCr7CDN9qtXAiOMWQ=";
+ hash = "sha256-wwu3h2eQrim/RbxTYqt+EnFmn0uD6PQzo1Xs1qCVQ3o=";
26
};
27
28
- cargoHash = "sha256-e2U6x7HFoFbZxtJvY/ZpgEWagIrdRxPVZw2rP5aDIqg=";
+ cargoHash = "sha256-5OIiDz66GD3DrNKzxH+bpyweS7Ycn2IOf4f9mdHAaCo=";
29
30
passthru.tests.version = testers.testVersion {
31
package = tmux-sessionizer;
0 commit comments