Merge pull request #260104 from r-ryantm/auto-update/deepgit

deepgit: 4.3 -> 4.3.1
This commit is contained in:
Weijia Wang 2023-10-17 23:41:22 +02:00 committed by GitHub
commit c3c49b8da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "deepgit";
version = "4.3";
version = "4.3.1";
src = fetchurl {
url = "https://www.syntevo.com/downloads/deepgit/deepgit-linux-${lib.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
hash = "sha256-bA/EySZjuSDYaZplwHcpeP1VakcnG5K1hYTk7cSVbz0=";
hash = "sha256-Ovd9MjgpMJvNySW/FPXYVtpLoCSQP1W1nlcNkgI7sgA=";
};
nativeBuildInputs = [