deepgit: 4.3 -> 4.3.1

+2 -2
+2 -2
pkgs/applications/version-management/deepgit/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "deepgit"; 15 - version = "4.3"; 15 + version = "4.3.1"; 16 16 17 17 src = fetchurl { 18 18 url = "https://www.syntevo.com/downloads/deepgit/deepgit-linux-${lib.replaceStrings [ "." ] [ "_" ] version}.tar.gz"; 19 - hash = "sha256-bA/EySZjuSDYaZplwHcpeP1VakcnG5K1hYTk7cSVbz0="; 19 + hash = "sha256-Ovd9MjgpMJvNySW/FPXYVtpLoCSQP1W1nlcNkgI7sgA="; 20 20 }; 21 21 22 22 nativeBuildInputs = [