github-desktop: 3.2.1 -> 3.2.5

This commit is contained in:
Pol Dellaiera 2023-07-28 11:27:56 +02:00
parent f3615998ac
commit 059cc3bfbe
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA
2 changed files with 3 additions and 6 deletions

View file

@ -21,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "github-desktop";
version = "3.2.1";
version = "3.2.5";
src = fetchurl {
url = "https://github.com/shiftkey/desktop/releases/download/release-${finalAttrs.version}-linux1/GitHubDesktop-linux-${finalAttrs.version}-linux1.deb";
hash = "sha256-OdvebRvOTyadgNjzrv6CGDPkljfpo4RVvVAc+X9hjSo=";
hash = "sha256-p+qr9/aEQcfkKArC3oTyIijHkaNzLum3xXeSnNexgbU=";
};
nativeBuildInputs = [

View file

@ -3674,10 +3674,7 @@ with pkgs;
github-copilot-intellij-agent = callPackage ../development/tools/github-copilot-intellij-agent { };
github-desktop = callPackage ../applications/version-management/github-desktop {
openssl = openssl_1_1;
curl = curl.override { openssl = openssl_1_1; };
};
github-desktop = callPackage ../applications/version-management/github-desktop { };
github-to-sqlite = with python3Packages; toPythonApplication github-to-sqlite;