From ca58c8845af065abeb05f8cbdc05ade7461fe8d2 Mon Sep 17 00:00:00 2001 From: Tom Oostveen Date: Mon, 1 Jun 2026 21:21:05 +0200 Subject: [PATCH] github-desktop: 3.5.11 -> 3.5.12 To friendly committers looking to merge this, also see my other relevant PR: https://github.com/NixOS/nixpkgs/pull/524960 Changelog: https://desktop.github.com/release-notes --- pkgs/by-name/gi/github-desktop/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gi/github-desktop/package.nix b/pkgs/by-name/gi/github-desktop/package.nix index f6c6484edefc..ab896290c6f7 100644 --- a/pkgs/by-name/gi/github-desktop/package.nix +++ b/pkgs/by-name/gi/github-desktop/package.nix @@ -35,13 +35,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "github-desktop"; - version = "3.5.11"; + version = "3.5.12"; src = fetchFromGitHub { owner = "desktop"; repo = "desktop"; tag = "release-${finalAttrs.version}"; - hash = "sha256-nW+yq330lQRfo1RtxUtbkQ336WeE8BjC9jYAIibfdXo="; + hash = "sha256-/ehwjv1ipvxhmZYye1avkpz8uyO8YEWl0iM8U8n6pwE="; fetchSubmodules = true; postCheckout = "git -C $out rev-parse HEAD > $out/.gitrev"; };