Skip to content

Commit

Permalink
Merge pull request NixOS#134360 from lovesegfault/hqplayer-updates
Browse files Browse the repository at this point in the history
hqplayed{d,-desktop}: updates
  • Loading branch information
lovesegfault authored Aug 16, 2021
2 parents f6a37ab + 2c090ab commit 57b6c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/hqplayer-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

mkDerivation rec {
pname = "hqplayer-desktop";
version = "4.12.2-36";
version = "4.13.1-38";

src = fetchurl {
url = "https://www.signalyst.eu/bins/hqplayer/fc34/hqplayer4desktop-${version}.fc34.x86_64.rpm";
sha256 = "sha256-ng0Tkx6CSnzTxuunStaBhUYjxUmzx31ZaOY2gBWnH6Q=";
sha256 = "sha256-DEZWEGk5SfhcNQddehCBVbfeTH8KfVCdaxQ+F3MrRe8=";
};

unpackPhase = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/hqplayerd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
pname = "hqplayerd";
version = "4.25.0-64";
version = "4.25.1-65";

src = fetchurl {
url = "https://www.signalyst.eu/bins/${pname}/fc34/${pname}-${version}.fc34.x86_64.rpm";
sha256 = "sha256-KLP7g1SQzVKu9Hnptb6s0FwmLSjhlAINJoJskja+bDM=";
sha256 = "sha256-1Gfnha0DRAH2q0HJQVZegFKjpnVVK+MxPUmYJsA8Xgc=";
};

unpackPhase = ''
Expand Down

0 comments on commit 57b6c8c

Please sign in to comment.