inputplumber: 0.64.0 -> 0.66.0 (#447788)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
ce4335d7 b0ebc663

+3 -3
+3 -3
pkgs/by-name/in/inputplumber/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "inputplumber"; 13 - version = "0.64.0"; 13 + version = "0.66.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "ShadowBlip"; 17 17 repo = "InputPlumber"; 18 18 tag = "v${version}"; 19 - hash = "sha256-Ai2mozqw8n+L6Yv04OLyiADmXBT4k573qzazePsmfP4="; 19 + hash = "sha256-9aCCRjXJZcjfRrZJldaVKbk6FYTYv73XEvUeCeCPmfk="; 20 20 }; 21 21 22 - cargoHash = "sha256-oiEBOFDiOKPFsqZcW98hi1xiKEbo2YNXv5Cw1jCg5vw="; 22 + cargoHash = "sha256-JBfAsLN9GhvzVi/lQumqdWwujLI4rXLowiUOoApnWUg="; 23 23 24 24 nativeBuildInputs = [ 25 25 pkg-config