File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {
1919
2020 src = fetchurl {
2121 url = "https://github.com/ThaUnknown/miru/releases/download/v${ version } /mac-Miru-${ version } -mac.zip" ;
22- hash = "sha256-odMJ5OCXDajm4z+oHCqtpew+U73ymghmDa/F019dAcY =" ;
22+ hash = "sha256-GTw5RislcL5s6gwUeCmLglXt/BZEpq3aau/ij1E7kso =" ;
2323 } ;
2424
2525 sourceRoot = "." ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ appimageTools.wrapType2 rec {
1919 src = fetchurl {
2020 url = "https://github.com/ThaUnknown/miru/releases/download/v${ version } /linux-Miru-${ version } .AppImage" ;
2121 name = "${ pname } -${ version } .AppImage" ;
22- hash = "sha256-yfavGhH/QROChWB0MxYt8+dssYo0+/1bV+h2Ce951RE =" ;
22+ hash = "sha256-4ueVgIcIi/RIFRoDKStiNqszfaIXZ9dfagddzCVaSRs =" ;
2323 } ;
2424
2525 extraInstallCommands =
Original file line number Diff line number Diff line change 55} :
66let
77 pname = "miru" ;
8- version = "5.5.6 " ;
9- meta = with lib ; {
8+ version = "5.5.8 " ;
9+ meta = {
1010 description = "Stream anime torrents, real-time with no waiting for downloads" ;
1111 homepage = "https://miru.watch" ;
12- license = licenses . gpl3Plus ;
13- maintainers = with maintainers ; [
12+ license = lib . licenses . gpl3Plus ;
13+ maintainers = with lib . maintainers ; [
1414 d4ilyrun
1515 matteopacini
1616 ] ;
1717 mainProgram = "miru" ;
1818
19- platforms = [ "x86_64-linux" ] ++ platforms . darwin ;
19+ platforms = [ "x86_64-linux" ] ++ lib . platforms . darwin ;
2020 sourceProvenance = [ lib . sourceTypes . binaryNativeCode ] ;
2121
2222 longDescription = ''
You can’t perform that action at this time.
0 commit comments