mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
youtube-music: 1.19.0 -> 1.20.0
Changelog: https://github.com/th-ch/youtube-music/blob/master/changelog.md#v1200 Closes #232615
This commit is contained in:
parent
68c1807f3c
commit
2ba05bc309
@ -2,11 +2,11 @@
|
||||
|
||||
let
|
||||
pname = "youtube-music";
|
||||
version = "1.19.0";
|
||||
version = "1.20.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/th-ch/youtube-music/releases/download/v${version}/YouTube-Music-${version}.AppImage";
|
||||
sha256 = "sha256-o/a+6EKPEcE9waXQK3hxtp7FPqokteoUAt0iOJk8bYw=";
|
||||
hash = "sha256-eTPWLD9KUs2ZsLbYRkknnx5uDyrNSbFHPyv6gU+wL/c=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extract { inherit pname version src; };
|
||||
|
Loading…
Reference in New Issue
Block a user