Skip to content

Commit b22aa24

Browse files
authored
slskd: 0.22.0 -> 0.22.1 (#368181)
1 parent 806ae95 commit b22aa24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/sl/slskd/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
nodejs_18,
1010
slskd,
1111
testers,
12+
nix-update-script,
1213
}:
1314

1415
let
@@ -18,13 +19,13 @@ let
1819
in
1920
buildDotnetModule rec {
2021
pname = "slskd";
21-
version = "0.22.0";
22+
version = "0.22.1";
2223

2324
src = fetchFromGitHub {
2425
owner = "slskd";
2526
repo = "slskd";
2627
rev = "refs/tags/${version}";
27-
hash = "sha256-qRK6O2f9nbjmcTN3fr5xZDlCiTgX6m1iz2VYVBOLWaU=";
28+
hash = "sha256-2IMEkNc7LqevTwsW6r6WR+2xH760wFYT5/S8dvjOz4o=";
2829
};
2930

3031
nativeBuildInputs = [
@@ -68,6 +69,7 @@ buildDotnetModule rec {
6869

6970
passthru = {
7071
tests.version = testers.testVersion { package = slskd; };
72+
updateScript = nix-update-script { };
7173
};
7274

7375
meta = {

0 commit comments

Comments
 (0)