Skip to content

Commit

Permalink
deezer: 6.0.220 -> 6.0.230
Browse files Browse the repository at this point in the history
  • Loading branch information
Git Bot authored and Shawn8901 committed Oct 3, 2024
1 parent c1381cc commit 9f74448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/deezer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ let
in
stdenv.mkDerivation (finalAttrs: {

version = "6.0.220";
version = "6.0.230";
pname = "deezer";

src = fetchzip {
url = "https://github.com/SibrenVasse/deezer/archive/refs/tags/v${finalAttrs.version}.tar.gz";
hash = "sha256-FmV+0QXBu/y+LrmygGSOIXwuX3w6+Tb23XsdnIrNhvs=";
hash = "sha256-TzqkiITLaUsDANTvAu1M2zOUNdd5OEaTfMe162iVusU=";
};

# this is a nasty workaround to trick nix-update to update your hash, whilst having src on the github repo
# that is providing patches, whilst also updating a second hash
go-modules = fetchurl {
url = "https://www.deezer.com/desktop/download/artifact/win32/x86/${shortenVersion finalAttrs.version}";
hash = "sha256-xUkltY678gKI35gYMAgquXG09jv2b0cB+0hfUlZbpCM=";
hash = "sha256-AHWeWvKbzY9eaXc+tv+jK2ziTo4mJaumrAIQunyDBsA=";
};

patches = [
Expand Down

0 comments on commit 9f74448

Please sign in to comment.