about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-01-16 00:39:38 +0100
committerGitHub <noreply@github.com>2023-01-16 00:39:38 +0100
commitdd2f1ce1df989c4b60fc35cedbed74acb0922092 (patch)
tree28d8dcb799a51dd5186dbf0a07f9a7b8464fd568 /pkgs/applications
parent6168100b29486e935d4e41c5c07852397397bca8 (diff)
parent3945dcee59a640711fe4fd7bf49c1da27a5552c2 (diff)
Merge pull request #210954 from LostAttractor/github-desktop
github-desktop: 3.0.6 -> 3.1.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/github-desktop/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/github-desktop/default.nix b/pkgs/applications/version-management/github-desktop/default.nix
index 5ed726e2bf60f..745934ae38775 100644
--- a/pkgs/applications/version-management/github-desktop/default.nix
+++ b/pkgs/applications/version-management/github-desktop/default.nix
@@ -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 = ''