about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-12 17:54:08 +0100
committerGitHub <noreply@github.com>2024-01-12 17:54:08 +0100
commit63ebc6c2ee074b9d62f044012110275cd80008f2 (patch)
tree09966cba2323f18122b0ef66d1ca2a4a43f320de /pkgs/applications/version-management
parentaa951280fe427a5857999e08605c8a0f478ab78f (diff)
parentae9cf29d82dbb01ac196e0b9ccea51cd78812088 (diff)
Merge pull request #279992 from andersrh/upgrade-github-desktop
github-desktop: 3.2.5 -> 3.3.6
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/github-desktop/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/github-desktop/default.nix b/pkgs/applications/version-management/github-desktop/default.nix
index 8c79258fd3ff6..b16befcd080d1 100644
--- a/pkgs/applications/version-management/github-desktop/default.nix
+++ b/pkgs/applications/version-management/github-desktop/default.nix
@@ -21,11 +21,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "github-desktop";
-  version = "3.2.5";
+  version = "3.3.6";
+  rcversion = "3";
+  arch = "amd64";
 
   src = fetchurl {
-    url = "https://github.com/shiftkey/desktop/releases/download/release-${finalAttrs.version}-linux1/GitHubDesktop-linux-${finalAttrs.version}-linux1.deb";
-    hash = "sha256-p+qr9/aEQcfkKArC3oTyIijHkaNzLum3xXeSnNexgbU=";
+    url = "https://github.com/shiftkey/desktop/releases/download/release-${finalAttrs.version}-linux${finalAttrs.rcversion}/GitHubDesktop-linux-${finalAttrs.arch}-${finalAttrs.version}-linux${finalAttrs.rcversion}.deb";
+    hash = "sha256-900JhfHN78CuAXptPX2ToTvT9E+g+xRXqmlm34J9l6k=";
   };
 
   nativeBuildInputs = [