about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorAnders Rytter Hansen <andersr+github@rytter.me>2024-03-22 16:43:45 +0100
committerAnders Rytter Hansen <andersr+github@rytter.me>2024-03-22 16:43:45 +0100
commit0a310fc3c4b4a35f3e3941f6b35aefe0db2a244b (patch)
treedf62db6d12d81cedf9a736cc005abb36a4fa7e80 /pkgs/applications/version-management
parentae9cf29d82dbb01ac196e0b9ccea51cd78812088 (diff)
github-desktop 3.3.6 -> 3.3.10
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/github-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/github-desktop/default.nix b/pkgs/applications/version-management/github-desktop/default.nix
index b16befcd080d1..d5c46cf29e48a 100644
--- a/pkgs/applications/version-management/github-desktop/default.nix
+++ b/pkgs/applications/version-management/github-desktop/default.nix
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "github-desktop";
-  version = "3.3.6";
-  rcversion = "3";
+  version = "3.3.10";
+  rcversion = "1";
   arch = "amd64";
 
   src = fetchurl {
     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=";
+    hash = "sha256-zzq6p/DAQmgSw4KAUYqtrQKkIPksLzkUQjGzwO26WgQ=";
   };
 
   nativeBuildInputs = [