inputplumber: 0.50.0 -> 0.52.1 (#398011)

Co-authored-by: ShadowApex <ShadowApex@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
ShadowApex
and committed by
GitHub
6b433a6e bfce7b7e

+3 -3
+3 -3
pkgs/by-name/in/inputplumber/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "inputplumber"; 13 - version = "0.50.0"; 14 15 src = fetchFromGitHub { 16 owner = "ShadowBlip"; 17 repo = "InputPlumber"; 18 tag = "v${version}"; 19 - hash = "sha256-sB3w9323lOw4wz/7wUu77mxiIjiuuAi5+j+MAK3rP7M="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-zB1CM65OSQar8pY5I89eByNX8vEEwqIGvaGAxWhxTDM="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "inputplumber"; 13 + version = "0.52.1"; 14 15 src = fetchFromGitHub { 16 owner = "ShadowBlip"; 17 repo = "InputPlumber"; 18 tag = "v${version}"; 19 + hash = "sha256-Jgy6fHR1gdRX6HGMSA6QkoNq9eZBwM4P3f972CwsGUk="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-/E2pmz1ohYQouLDnBCUYfpRWMc+rNEZ0FJR+RsSli04="; 24 25 nativeBuildInputs = [ 26 pkg-config