about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorChaosAttractor <lostattractor@gmail.com>2023-01-16 01:28:11 +0800
committerChaosAttractor <lostattractor@gmail.com>2023-01-16 03:26:09 +0800
commit3945dcee59a640711fe4fd7bf49c1da27a5552c2 (patch)
treef0ddc7a21b788d5626510429a6f5c31acf57f5cb /pkgs/applications
parentbefc83905c965adfd33e5cae49acb0351f6e0404 (diff)
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 = ''