Skip to content

Commit

Permalink
deezer: 5.30.580 -> 5.30.590
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn8901 committed Jul 31, 2023
1 parent a043e60 commit 13e9ca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/deezer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
mimeTypes = ["x-scheme-handler/deezer"];
startupWMClass = "deezer";
exec = "deezer %u";
startupNotify = true;
};
version = "5.30.580";
version = "5.30.590";
deezer-windows-app = fetchurl {
url = "https://www.deezer.com/desktop/download/artifact/win32/x86/${version}";
hash = "sha256-oUebThUpfI0poL65kG9kesarnGqOSQFycCgSYueVlQQ=";
hash = "sha256-hPzttlJZCGcM85CdSlfUxDA0cZR4sJ3/9R/8o7RXDhY=";
};
in
stdenv.mkDerivation {
Expand Down

0 comments on commit 13e9ca6

Please sign in to comment.