Loading pkgs/applications/version-management/github-desktop/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -15,15 +15,16 @@ , cups , mesa , systemd , openssl }: stdenv.mkDerivation rec { pname = "github-desktop"; version = "3.0.6"; version = "3.1.1"; src = fetchurl { url = "https://github.com/shiftkey/desktop/releases/download/release-${version}-linux1/GitHubDesktop-linux-${version}-linux1.deb"; hash = "sha256-UQsMT4/D571xgrU8C4HBoRO+qf08GCGerA4Y5gHcjRc="; hash = "sha256-R8t0y7b2upMOsWebIBr9+qT2GqQ/ahzWLcFIWwK4JTs="; }; nativeBuildInputs = [ Loading @@ -44,6 +45,7 @@ stdenv.mkDerivation rec { alsa-lib cups mesa openssl ]; unpackPhase = '' Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -3122,6 +3122,7 @@ with pkgs; github-commenter = callPackage ../development/tools/github-commenter { }; github-desktop = callPackage ../applications/version-management/github-desktop { openssl = openssl_1_1; curl = curl.override { openssl = openssl_1_1; }; }; Loading
pkgs/applications/version-management/github-desktop/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -15,15 +15,16 @@ , cups , mesa , systemd , openssl }: stdenv.mkDerivation rec { pname = "github-desktop"; version = "3.0.6"; version = "3.1.1"; src = fetchurl { url = "https://github.com/shiftkey/desktop/releases/download/release-${version}-linux1/GitHubDesktop-linux-${version}-linux1.deb"; hash = "sha256-UQsMT4/D571xgrU8C4HBoRO+qf08GCGerA4Y5gHcjRc="; hash = "sha256-R8t0y7b2upMOsWebIBr9+qT2GqQ/ahzWLcFIWwK4JTs="; }; nativeBuildInputs = [ Loading @@ -44,6 +45,7 @@ stdenv.mkDerivation rec { alsa-lib cups mesa openssl ]; unpackPhase = '' Loading
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -3122,6 +3122,7 @@ with pkgs; github-commenter = callPackage ../development/tools/github-commenter { }; github-desktop = callPackage ../applications/version-management/github-desktop { openssl = openssl_1_1; curl = curl.override { openssl = openssl_1_1; }; };