Loading pkgs/applications/version-management/github-desktop/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,11 +20,11 @@ stdenv.mkDerivation rec { pname = "github-desktop"; version = "3.1.1"; version = "3.2.1"; src = fetchurl { url = "https://github.com/shiftkey/desktop/releases/download/release-${version}-linux1/GitHubDesktop-linux-${version}-linux1.deb"; hash = "sha256-R8t0y7b2upMOsWebIBr9+qT2GqQ/ahzWLcFIWwK4JTs="; hash = "sha256-OdvebRvOTyadgNjzrv6CGDPkljfpo4RVvVAc+X9hjSo="; }; nativeBuildInputs = [ Loading Loading
pkgs/applications/version-management/github-desktop/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,11 +20,11 @@ stdenv.mkDerivation rec { pname = "github-desktop"; version = "3.1.1"; version = "3.2.1"; src = fetchurl { url = "https://github.com/shiftkey/desktop/releases/download/release-${version}-linux1/GitHubDesktop-linux-${version}-linux1.deb"; hash = "sha256-R8t0y7b2upMOsWebIBr9+qT2GqQ/ahzWLcFIWwK4JTs="; hash = "sha256-OdvebRvOTyadgNjzrv6CGDPkljfpo4RVvVAc+X9hjSo="; }; nativeBuildInputs = [ Loading