github-desktop: 2.9.3 -> 2.9.4

This commit is contained in:
dan4ik 2021-10-27 19:35:21 +07:00
parent 5b455776e3
commit ca4560cbc0

View file

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