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.
2 parents bfce7b7 + e19eadc commit 6b433a6Copy full SHA for 6b433a6
pkgs/by-name/in/inputplumber/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "inputplumber";
13
- version = "0.50.0";
+ version = "0.52.1";
14
15
src = fetchFromGitHub {
16
owner = "ShadowBlip";
17
repo = "InputPlumber";
18
tag = "v${version}";
19
- hash = "sha256-sB3w9323lOw4wz/7wUu77mxiIjiuuAi5+j+MAK3rP7M=";
+ hash = "sha256-Jgy6fHR1gdRX6HGMSA6QkoNq9eZBwM4P3f972CwsGUk=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-zB1CM65OSQar8pY5I89eByNX8vEEwqIGvaGAxWhxTDM=";
+ cargoHash = "sha256-/E2pmz1ohYQouLDnBCUYfpRWMc+rNEZ0FJR+RsSli04=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments