Skip to content

Commit

Permalink
speakersafetyd: 1.0.0 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 19, 2024
1 parent 39bcd40 commit d5ed4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sp/speakersafetyd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

rustPlatform.buildRustPackage rec {
pname = "speakersafetyd";
version = "1.0.0";
version = "1.0.2";

src = fetchCrate {
inherit pname version;
hash = "sha256-I1RTtD5V4Z8R8zed/b4FitHyE7gFAja5YcA+z0VvSX0=";
hash = "sha256-3DzBNebg1y/+psD2zOpDsnRJmabQLeO1UMxPq9M0CsU=";
};
cargoHash = "sha256-8Dmts6SCRrZqyI+pdfgqsXfJy9Hqspbdb6EpQChMKDA=";
cargoHash = "sha256-InWaPybZbUbhIF1MEMeTUGa8LRUPwcTdw7uclZ1zBu4=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ alsa-lib ];
Expand Down

0 comments on commit d5ed4f8

Please sign in to comment.