gopeed: 1.6.10 -> 1.6.11 (#390186)

authored by Peder Bergebakken Sundt and committed by GitHub cdde3c9d a8d0526d

+24 -7
+12 -6
pkgs/by-name/go/gopeed/package.nix
··· 8 8 }: 9 9 10 10 let 11 - version = "1.6.10"; 11 + version = "1.6.11"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "GopeedLab"; 15 15 repo = "gopeed"; 16 16 tag = "v${version}"; 17 - hash = "sha256-sTKPSgy1jDavEd/IM8F6dxojp8oOQTo3/w/YV21JR/Q="; 17 + hash = "sha256-ayPqLRWYSa0rSHqGFS4xp3wUVAl4tfsSPs/SQcUQD60="; 18 18 }; 19 19 20 20 metaCommon = { ··· 45 45 }; 46 46 in 47 47 flutter324.buildFlutterApplication { 48 - inherit version src libgopeed; 48 + inherit version src; 49 49 pname = "gopeed"; 50 50 51 51 sourceRoot = "${src.name}/ui/flutter"; 52 52 53 53 pubspecLock = lib.importJSON ./pubspec.lock.json; 54 54 55 - gitHashes.permission_handler_windows = "sha256-MRTmuH0MfhGaMEb9bRotimAPRlFyl3ovtJUJ2WK7+DA="; 55 + gitHashes = { 56 + install_plugin = "sha256-3FM08D2pbtWmitf8R4pAylVqum7IfbWh6pOIEhJdySk="; 57 + permission_handler_windows = "sha256-MRTmuH0MfhGaMEb9bRotimAPRlFyl3ovtJUJ2WK7+DA="; 58 + }; 56 59 57 60 nativeBuildInputs = [ autoPatchelfHook ]; 58 61 ··· 61 64 preBuild = '' 62 65 mkdir -p linux/bundle/lib 63 66 cp ${libgopeed}/lib/libgopeed.so linux/bundle/lib/libgopeed.so 64 - cp ${libgopeed}/bin/host assets/host/host 67 + cp ${libgopeed}/bin/host assets/exec/host 65 68 ''; 66 69 67 70 postInstall = '' ··· 75 78 --add-rpath $out/app/gopeed/lib $out/app/gopeed/gopeed 76 79 ''; 77 80 78 - passthru.updateScript = ./update.sh; 81 + passthru = { 82 + inherit libgopeed; 83 + updateScript = ./update.sh; 84 + }; 79 85 80 86 meta = metaCommon // { 81 87 mainProgram = "gopeed";
+12 -1
pkgs/by-name/go/gopeed/pubspec.lock.json
··· 337 337 "version": "0.3.4+2" 338 338 }, 339 339 "crypto": { 340 - "dependency": "transitive", 340 + "dependency": "direct main", 341 341 "description": { 342 342 "name": "crypto", 343 343 "sha256": "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855", ··· 679 679 }, 680 680 "source": "hosted", 681 681 "version": "4.3.0" 682 + }, 683 + "install_plugin": { 684 + "dependency": "direct main", 685 + "description": { 686 + "path": ".", 687 + "ref": "cf08af829f4a4145634f8a047108f505fdbe5eaa", 688 + "resolved-ref": "cf08af829f4a4145634f8a047108f505fdbe5eaa", 689 + "url": "https://github.com/hui-z/flutter_install_plugin.git" 690 + }, 691 + "source": "git", 692 + "version": "2.1.0" 682 693 }, 683 694 "intl": { 684 695 "dependency": "transitive",