Skip to content

Commit 91d6a00

Browse files
committed
inputplumber: 0.69.0 -> 0.72.0
1 parent 3f85698 commit 91d6a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/inputplumber/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
rustPlatform,
55
}:
66
inputplumber'.overrideAttrs rec {
7-
version = "0.69.0";
7+
version = "0.72.0";
88

99
src = fetchFromGitHub {
1010
owner = "ShadowBlip";
1111
repo = "InputPlumber";
1212
tag = "v${version}";
13-
hash = "sha256-bjaralA94aHmtobmCUx3vNbJWzZxZYQJT/J/MCopNi4=";
13+
hash = "sha256-bzIrP6bUxEEgQ+lCKV3jpdyBNMAanCYXiMCr8ypUkUY=";
1414
};
1515

1616
cargoDeps = rustPlatform.fetchCargoVendor {
1717
inherit src;
18-
hash = "sha256-QGBZJtky5FD6VcRNmks7hAs+uZWaRuzMTJyjybX2/BU=";
18+
hash = "sha256-DP4Qe9bzDkuE36RldYPYNeGrQWVqBewU5GUt8zw3GAA=";
1919
};
2020
}

0 commit comments

Comments
 (0)