Skip to content

Commit ed9159f

Browse files
inputplumber: 0.56.0 -> 0.56.1 (#404815)
Co-authored-by: ShadowApex <[email protected]>
2 parents 842d88f + 5216b92 commit ed9159f

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

1515
src = fetchFromGitHub {
1616
owner = "ShadowBlip";
1717
repo = "InputPlumber";
1818
tag = "v${version}";
19-
hash = "sha256-LL7S6zlfSS/lhVp1iWtaoIXOv6xepta2reUpHpALNF0=";
19+
hash = "sha256-OSrnvIj4/XZVNqLx+UaE2pm7YHdW2nwad8tHB7T2BlM=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-0qoA0ZwPFNA4HYvkccOPRkLyf9a624Uij6bEsj6f5ZM=";
23+
cargoHash = "sha256-XpgDz6JzU/sxrAHVXyrubmtmMineWrW82Txjam+MgQA=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)