Unverified Commit dd2f1ce1 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #210954 from LostAttractor/github-desktop

github-desktop: 3.0.6 -> 3.1.1
parents 6168100b 3945dcee
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 = [
@@ -44,6 +45,7 @@ stdenv.mkDerivation rec {
    alsa-lib
    cups
    mesa
    openssl
  ];

  unpackPhase = ''
+1 −0
Original line number Diff line number Diff line
@@ -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; };
  };