Merge pull request #298215 from r-ryantm/auto-update/miru

miru: 4.5.10 -> 5.0.0
This commit is contained in:
tomberek 2024-03-24 19:11:56 -04:00 committed by GitHub
commit 415c0227ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
appimageTools.wrapType2 rec {
pname = "miru";
version = "4.5.10";
version = "5.0.0";
src = fetchurl {
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-ptaviLwr0X/MuF517YLW7i9+rtnktcpgHVqMHn+tXWg=";
sha256 = "sha256-Gp3pP973+peSr0pfUDqKQWZFiY4jdOp4tsn1336wcwY=";
};
extraInstallCommands =