Skip to content

Commit

Permalink
tmux-sessionizer: 0.4.2 -> 0.4.3 (NixOS#348463)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 14, 2024
2 parents 5551677 + bc13187 commit a5c8476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/tmux-sessionizer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let

name = "tmux-sessionizer";
version = "0.4.2";
version = "0.4.3";

in
rustPlatform.buildRustPackage {
Expand All @@ -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;
Expand Down

0 comments on commit a5c8476

Please sign in to comment.