Unverified Commit c5ae371f authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

slskd: 0.23.2 -> 0.24.0 (#459010)

parents afb9bea5 04c4fdcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -781,8 +781,8 @@
  },
  {
    "pname": "Soulseek",
    "version": "7.1.2",
    "hash": "sha256-yel9mxRf1idEQssM7n4SIVQPMQDMDmyvfL5owllqgf0="
    "version": "8.5.0",
    "hash": "sha256-iiGwCgBsvkqyaOFqQLT55Smog15hekV+ZslpBGlO7Mc="
  },
  {
    "pname": "SQLitePCLRaw.bundle_e_sqlite3",
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
in
buildDotnetModule rec {
  pname = "slskd";
  version = "0.23.2";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "slskd";
    repo = "slskd";
    tag = version;
    hash = "sha256-y/qgx4tC7QGQTbBqhvp/TUalW1MfKYzvvSVgyNvKMME=";
    hash = "sha256-rxiSWIhzbe6yGgdAdQgo7JnKf8HLF/vHFkQkzIW15OU=";
  };

  nativeBuildInputs = [
@@ -40,7 +40,7 @@ buildDotnetModule rec {
    name = "${pname}-${version}-npm-deps";
    inherit src;
    sourceRoot = "${src.name}/${npmRoot}";
    hash = "sha256-xFRuyCMPR+NT3ogmqKK0cmjdv6v/90deP50Y5vIL20w=";
    hash = "sha256-BqEOoqLpFO2Usbi3GgOmZtRxRqFvplAqtHMsWhcDfHI=";
  };

  projectFile = "slskd.sln";