Skip to content

Commit 6b433a6

Browse files
inputplumber: 0.50.0 -> 0.52.1 (NixOS#398011)
Co-authored-by: ShadowApex <[email protected]>
2 parents bfce7b7 + e19eadc commit 6b433a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/in/inputplumber/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "inputplumber";
13-
version = "0.50.0";
13+
version = "0.52.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "ShadowBlip";
1717
repo = "InputPlumber";
1818
tag = "v${version}";
19-
hash = "sha256-sB3w9323lOw4wz/7wUu77mxiIjiuuAi5+j+MAK3rP7M=";
19+
hash = "sha256-Jgy6fHR1gdRX6HGMSA6QkoNq9eZBwM4P3f972CwsGUk=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-zB1CM65OSQar8pY5I89eByNX8vEEwqIGvaGAxWhxTDM=";
23+
cargoHash = "sha256-/E2pmz1ohYQouLDnBCUYfpRWMc+rNEZ0FJR+RsSli04=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)