github-desktop: 3.5.11 -> 3.5.12 (#526844)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-03 17:59:10 +00:00
committed by GitHub

View File

@@ -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";
};