update workflows

This commit is contained in:
Vivian 2022-12-18 09:52:12 +01:00
parent 4a5ece9404
commit f476ee4295
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.deemix.app/gui/linux-x64-latest.AppImage";
sha256 = "sha256-poEvEIYd5FXRweAGIK5AzPjBWY3p8ertiBPbEV0sv+c=";
sha256 = "sha256-e2neemsAzGniBpXIPYbKk5LQHoYLvFj5/8QszCcoTYM=";
name = "${pname}-${version}.AppImage";
};