From 95c8e5731ae93090f08a6fedb0b632a3fced285e Mon Sep 17 00:00:00 2001 From: kilianar Date: Thu, 7 Jul 2022 19:54:42 +0200 Subject: [PATCH] github-desktop: 2.9.12 -> 3.0.3 https://github.com/desktop/desktop/releases/tag/release-3.0.3 --- .../version-management/github-desktop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/github-desktop/default.nix b/pkgs/applications/version-management/github-desktop/default.nix index 7c07dc17c2ee..f439c62504d6 100644 --- a/pkgs/applications/version-management/github-desktop/default.nix +++ b/pkgs/applications/version-management/github-desktop/default.nix @@ -19,11 +19,11 @@ stdenv.mkDerivation rec { pname = "github-desktop"; - version = "2.9.12"; + version = "3.0.3"; src = fetchurl { url = "https://github.com/shiftkey/desktop/releases/download/release-${version}-linux1/GitHubDesktop-linux-${version}-linux1.deb"; - sha256 = "sha256-tr1u6q7sHI1Otor53d1F7J0f9eV9tKtLZx8+40I16y8="; + sha256 = "sha256-KC+D4epjEhZPIN6LutRRo2ViX6YVyol3UUEA56ymyfM="; }; nativeBuildInputs = [