lol

Merge pull request #251133 from wineee/music

deepin-music: 6.2.28 -> 6.2.31

authored by

Nick Cao and committed by
GitHub
3b474d31 73982ef9

+2 -2
+2 -2
pkgs/desktops/deepin/apps/deepin-music/default.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "deepin-music"; 31 - version = "6.2.28"; 31 + version = "6.2.31"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "linuxdeepin"; 35 35 repo = pname; 36 36 rev = version; 37 - sha256 = "sha256-rSaB8kIbpyPuhw3vWLWlXgY6xJpxLL8DktgcBoca0L0="; 37 + hash = "sha256-OXyHB47orv9ix+Jg0b7wciA6DWUsXzFmIg4SM+piO3c="; 38 38 }; 39 39 40 40 postPatch = ''