Commit 1783c8c9 authored by R. RyanTM's avatar R. RyanTM
Browse files

slskd: 0.24.4 -> 0.24.5

parent 16c5074f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
in
buildDotnetModule rec {
  pname = "slskd";
  version = "0.24.4";
  version = "0.24.5";

  src = fetchFromGitHub {
    owner = "slskd";
    repo = "slskd";
    tag = version;
    hash = "sha256-TMi4RG5hdd2zR2d5O6zwxifd3zcEqSiqsuz16yyrH38=";
    hash = "sha256-B0LAd9Fn1E5heGPk5dd7DoHWreHRxe42Xew5PmLId7g=";
  };

  nativeBuildInputs = [
@@ -40,7 +40,7 @@ buildDotnetModule rec {
    name = "${pname}-${version}-npm-deps";
    inherit src;
    sourceRoot = "${src.name}/${npmRoot}";
    hash = "sha256-w2+O8Kx1nYyLbhnFovfHZSBVCPY0eDvdUoLO9cYnVY0=";
    hash = "sha256-hmN91Y9ePJ7ZUyQX8jJbOgf0SuhsgmhO1ifi4sWhPUM=";
  };

  projectFile = "slskd.sln";