miru: 5.0.0 -> 5.0.3

This commit is contained in:
R. Ryantm 2024-03-30 05:09:59 +00:00
parent cd75d22750
commit 302eec2650
1 changed files with 2 additions and 2 deletions

View File

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