Merge pull request #321353 from Ate329/master

miru: 5.1.3 -> 5.1.4
This commit is contained in:
éclairevoyant 2024-06-21 14:20:42 +00:00 committed by GitHub
commit bed089f2b8
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.3";
version = "5.1.4";
src = fetchurl {
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-F2wFCZvuANoeBNO+o3Rs/DJtyIVQl46MQCpXQcRiDHs=";
sha256 = "sha256-aPutbJthUhZtBYkYuUB5v88OdhOrcnqw4AhnepfO1B4=";
};
extraInstallCommands =