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