slskd: 0.21.4 -> 0.22.0 (#364051)

This commit is contained in:
Melvyn
2024-12-10 18:29:02 -05:00
committed by GitHub
parent ea8474c17e
commit 97a25d0b58
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -810,13 +810,13 @@
})
(fetchNuGet {
pname = "StyleCop.Analyzers";
version = "1.2.0-beta.435";
hash = "sha256-XufJWNfjDQvw3LJhIf6nHFJOfAla3wfPFLoRsRX4OTY=";
version = "1.2.0-beta.556";
hash = "sha256-97YYQcr5vZxTvi36608eUkA1wb6xllZQ7UcXbjrYIfU=";
})
(fetchNuGet {
pname = "StyleCop.Analyzers.Unstable";
version = "1.2.0.435";
hash = "sha256-sKb7IwKT+Yb1L/Mh8ZFyGMU63W7C+SCsECkx4YmCZMs=";
version = "1.2.0.556";
hash = "sha256-aVop7a9r+X2RsZETgngBm3qQPEIiPBWgHzicGSTEymc=";
})
(fetchNuGet {
pname = "Swashbuckle.AspNetCore";
+3 -3
View File
@@ -18,13 +18,13 @@ let
in
buildDotnetModule rec {
pname = "slskd";
version = "0.21.4";
version = "0.22.0";
src = fetchFromGitHub {
owner = "slskd";
repo = "slskd";
rev = "refs/tags/${version}";
hash = "sha256-9EKlCmc+zdiuEPa8YNjoQ3QLTy8vt2qcZ+6D0sWgwEU=";
hash = "sha256-qRK6O2f9nbjmcTN3fr5xZDlCiTgX6m1iz2VYVBOLWaU=";
};
nativeBuildInputs = [
@@ -39,7 +39,7 @@ buildDotnetModule rec {
name = "${pname}-${version}-npm-deps";
inherit src;
sourceRoot = "${src.name}/${npmRoot}";
hash = "sha256-WANoxgPbBoMx6o8fjhSTsKBRZadO2QaeErMMMXk0tgE=";
hash = "sha256-eCHYPkE8eJKg0IX7hN9Wm9HsWKUFPW5T4e+o6N0CsNc=";
};
projectFile = "slskd.sln";