mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
tmux-sessionizer: 0.3.0 -> 0.3.2
This commit is contained in:
parent
f886c3662d
commit
2d3efdc677
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
}: let
|
||||
|
||||
name = "tmux-sessionizer";
|
||||
version = "0.3.0";
|
||||
version = "0.3.2";
|
||||
|
||||
in rustPlatform.buildRustPackage {
|
||||
pname = name;
|
||||
|
@ -20,10 +20,10 @@ in rustPlatform.buildRustPackage {
|
|||
owner = "jrmoulton";
|
||||
repo = name;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ZascTDIV9MqPPtK0CHSXUW5gIk/zjRhUB0xATcu7ICM=";
|
||||
hash = "sha256-8RQ67v2Cw681zikxYnq0Pb2ybh26w8mUbHKAC4TjYWA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-lZi72OJ+AnnLxf/zxwAERfy1oW8dE8bGF8hFwwrUXqE=";
|
||||
cargoHash = "sha256-ZOWoUBna8U0A/sYwXMf4Z7Vi+KqM7VinWhmtO8Q0HtU=";
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = tmux-sessionizer;
|
||||
|
|
Loading…
Reference in a new issue