Merge pull request #251304 from r-ryantm/auto-update/sambamba

sambamba: 1.0.0 -> 1.0.1
This commit is contained in:
Justin Bedő 2023-09-01 15:30:29 +10:00 committed by GitHub
commit f25f30b17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sambamba";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "biod";
repo = "sambamba";
rev = "v${version}";
sha256 = "sha256-HwAzsbT71Q35Io6H7Hzs4RTatpRpdHqV0cwPYAlsf6c=";
sha256 = "sha256-3O9bHGpMuCgdR2Wm7Dv1VUjMT1QTn8K1hdwgjvwhFDw=";
fetchSubmodules = true;
};