github-desktop: 3.2.5 -> 3.3.6

This commit is contained in:
Anders Rytter Hansen 2024-01-10 09:14:57 +01:00
parent 63e3e2ab1a
commit ae9cf29d82

View File

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