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 b3582c7 commit 5216b92Copy full SHA for 5216b92
pkgs/by-name/in/inputplumber/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "inputplumber";
13
- version = "0.56.0";
+ version = "0.56.1";
14
15
src = fetchFromGitHub {
16
owner = "ShadowBlip";
17
repo = "InputPlumber";
18
tag = "v${version}";
19
- hash = "sha256-LL7S6zlfSS/lhVp1iWtaoIXOv6xepta2reUpHpALNF0=";
+ hash = "sha256-OSrnvIj4/XZVNqLx+UaE2pm7YHdW2nwad8tHB7T2BlM=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-0qoA0ZwPFNA4HYvkccOPRkLyf9a624Uij6bEsj6f5ZM=";
+ cargoHash = "sha256-XpgDz6JzU/sxrAHVXyrubmtmMineWrW82Txjam+MgQA=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments