Skip to content

Commit f84fc79

Browse files
authored
inputplumber: 0.42.2 -> 0.45.1 (#381104)
2 parents 108e74d + 2dae2e9 commit f84fc79

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.42.2";
13+
version = "0.45.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "ShadowBlip";
1717
repo = "InputPlumber";
1818
tag = "v${version}";
19-
hash = "sha256-wIncdLGQUpAxldKg4rp8KK6qhOBlzo4AqHQk4Q+rMnU=";
19+
hash = "sha256-mapuj/9VCrzux5yS3+NeMw1xG70+xglshOs9O+RIHKM=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-C0zRUNQQ/Gw8InmX+SmQV/oj8T2IxtwQPyBKga7Ju2Y=";
23+
cargoHash = "sha256-QUTMzHAdB4GJMO+LZP5VFTJRvRHUa6XIcP+1bRSaGdg=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)