mosdepth: 0.2.9 -> 0.3.1

This commit is contained in:
Justin Bedo 2020-09-30 09:38:30 +10:00
parent 703f052de1
commit 634927a402
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -17,13 +17,13 @@ let
in stdenv.mkDerivation rec {
pname = "mosdepth";
version = "0.2.9";
version = "0.3.1";
src = fetchFromGitHub {
owner = "brentp";
repo = "mosdepth";
rev = "v${version}";
sha256 = "01gm9gj2x2zs4yx6wk761fi1papi7qr3gp4ln1kkn8n2f9y9h849";
sha256 = "1kcrvamrafz1m0s7mlbhaay8jyg97l1w37p6syl36r2m1plmwxjd";
};
nativeBuildInputs = [ nim ];