github-desktop: 2.9.4 -> 2.9.6

This commit is contained in:
dan4ik 2021-12-22 19:25:07 +07:00
parent c6dcfb8f7b
commit 93c933b9f6

View File

@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "github-desktop";
version = "2.9.4";
version = "2.9.6";
src = fetchurl {
url = "https://github.com/shiftkey/desktop/releases/download/release-${version}-linux1/GitHubDesktop-linux-${version}-linux1.deb";
sha256 = "sha256-CcAOATIEcrUKhVQWFr0dMvY9Q5rHWQI9/KdSEZ/ncD4=";
sha256 = "sha256-YL3Gc76jWfQvY96pAlS5JB7BwSOUklNvGR0tOBdQHuE=";
};
nativeBuildInputs = [