Merge pull request #279992 from andersrh/upgrade-github-desktop

github-desktop: 3.2.5 -> 3.3.6
This commit is contained in:
maxine 2024-01-12 17:54:08 +01:00 committed by GitHub
commit 63ebc6c2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "github-desktop"; pname = "github-desktop";
version = "3.2.5"; version = "3.3.6";
rcversion = "3";
arch = "amd64";
src = fetchurl { src = fetchurl {
url = "https://github.com/shiftkey/desktop/releases/download/release-${finalAttrs.version}-linux1/GitHubDesktop-linux-${finalAttrs.version}-linux1.deb"; 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-p+qr9/aEQcfkKArC3oTyIijHkaNzLum3xXeSnNexgbU="; hash = "sha256-900JhfHN78CuAXptPX2ToTvT9E+g+xRXqmlm34J9l6k=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [