miru: 5.0.3 -> 5.1.0
This commit is contained in:
parent
921527b865
commit
70e52348e9
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
appimageTools.wrapType2 rec {
|
||||
pname = "miru";
|
||||
version = "5.0.3";
|
||||
version = "5.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ThaUnknown/miru/releases/download/v${version}/linux-Miru-${version}.AppImage";
|
||||
name = "${pname}-${version}.AppImage";
|
||||
sha256 = "sha256-vKV1Scd+YiJMIV8EWx4udoOxTXW9NA7k/CxRVNRqrjk=";
|
||||
sha256 = "sha256-N9I5YNFIfBmANCnJA3gUmgq04cc5LLfOsYiEdwJupf8=";
|
||||
};
|
||||
|
||||
extraInstallCommands =
|
||||
|
|
Loading…
Reference in a new issue