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

miru: 5.1.0 -> 5.1.3
This commit is contained in:
Nick Cao 2024-06-17 16:38:26 -04:00 committed by GitHub
commit 284011a0ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
appimageTools.wrapType2 rec {
pname = "miru";
version = "5.1.0";
version = "5.1.3";
src = fetchurl {
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-N9I5YNFIfBmANCnJA3gUmgq04cc5LLfOsYiEdwJupf8=";
sha256 = "sha256-F2wFCZvuANoeBNO+o3Rs/DJtyIVQl46MQCpXQcRiDHs=";
};
extraInstallCommands =