Skip to content

Commit

Permalink
inputplumber: 0.40.0 -> 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 16, 2025
1 parent 62e9d4a commit 9818cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/in/inputplumber/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
pname = "inputplumber";
version = "0.40.0";
version = "0.40.1";

src = fetchFromGitHub {
owner = "ShadowBlip";
repo = "InputPlumber";
tag = "v${version}";
hash = "sha256-qo22x+eTqUUJ8Qnjv91QgBTy2SHFYv8JxPaGSnpIN9M=";
hash = "sha256-XDeWdvixxOT1lft4ErprZo/lX8cLiiLu4jWWvWzWnT4=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-atGFfl20FrEDVAO422fGsP6+ONLcH5XXOAWD/aWUup4=";
cargoHash = "sha256-+iYEoOdQT5o3xqcZct9U2c5qu5L+/IjGEdH0jwLZVPE=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 9818cc0

Please sign in to comment.