Skip to content

Commit 8c4b7c8

Browse files
committed
chore(deps): soloud @ v1.1.0
1 parent 64c43bc commit 8c4b7c8

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clap = { version = "4.4.18", features = ["derive"] }
2525
linuxver = "0.1.0"
2626
os_info = { version = "3.7.0", default-features = false }
2727
serde_yaml = "0.9.30"
28-
soloud = { git = "https://github.com/MoAlyousef/soloud-rs" }
28+
soloud = "1.1.0"
2929
toml = "0.8.8"
3030
notify-rust = "4.10.0"
3131
anstyle = "1.0.4"

default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ pkgs.rustPlatform.buildRustPackage rec {
1212

1313
cargoLock = {
1414
lockFile = ./Cargo.lock;
15-
16-
outputHashes = {
17-
"soloud-1.0.5" = "sha256-2Cd5aWfntRawxRSdy+4tJJdTkTeii1ilshQadG6Pybw=";
18-
};
1915
};
2016

2117
preConfigure = ''

0 commit comments

Comments
 (0)