Loading pkgs/by-name/gi/git-spice/package.nix +17 −7 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ buildGo124Module rec { pname = "git-spice"; version = "0.15.1"; version = "0.15.2"; src = fetchFromGitHub { owner = "abhinav"; repo = "git-spice"; tag = "v${version}"; hash = "sha256-mx34JGgY6qKhPdZVs1Z9gVO/VhHnFrl6TThq5dEz/zc="; hash = "sha256-vpBQdkP5jC3glGykLCd3/df4Lhi0MeU0XLnlTNDp1bM="; }; vendorHash = "sha256-uh4GUkfWo12pYQD/Mpw+EWwmukHUpxOii7DTu6C84zo="; Loading @@ -37,7 +37,17 @@ buildGo124Module rec { __darwinAllowLocalNetworking = true; preCheck = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' preCheck = '' # timeout on both aarch64-darwin and x86_64-linux rm testdata/script/issue725_pre_push_hook_worktree.txt # failing on both aarch64-darwin and x86_64-linux # TODO: check if this still fails after next release rm testdata/script/branch_restack_conflict_no_edit.txt '' + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' # timeout rm testdata/script/branch_submit_remote_prompt.txt rm testdata/script/branch_submit_multiple_pr_templates.txt Loading Loading
pkgs/by-name/gi/git-spice/package.nix +17 −7 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ buildGo124Module rec { pname = "git-spice"; version = "0.15.1"; version = "0.15.2"; src = fetchFromGitHub { owner = "abhinav"; repo = "git-spice"; tag = "v${version}"; hash = "sha256-mx34JGgY6qKhPdZVs1Z9gVO/VhHnFrl6TThq5dEz/zc="; hash = "sha256-vpBQdkP5jC3glGykLCd3/df4Lhi0MeU0XLnlTNDp1bM="; }; vendorHash = "sha256-uh4GUkfWo12pYQD/Mpw+EWwmukHUpxOii7DTu6C84zo="; Loading @@ -37,7 +37,17 @@ buildGo124Module rec { __darwinAllowLocalNetworking = true; preCheck = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' preCheck = '' # timeout on both aarch64-darwin and x86_64-linux rm testdata/script/issue725_pre_push_hook_worktree.txt # failing on both aarch64-darwin and x86_64-linux # TODO: check if this still fails after next release rm testdata/script/branch_restack_conflict_no_edit.txt '' + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' # timeout rm testdata/script/branch_submit_remote_prompt.txt rm testdata/script/branch_submit_multiple_pr_templates.txt Loading