mosdepth: 0.3.1 -> 0.3.2

This commit is contained in:
Justin Bedo 2021-07-27 09:52:22 +10:00
parent 8c146d3006
commit d885373469
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.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "brentp";
repo = "mosdepth";
rev = "v${version}";
sha256 = "1kcrvamrafz1m0s7mlbhaay8jyg97l1w37p6syl36r2m1plmwxjd";
sha256 = "sha256-uui4yC7ok+pvbXVKfBVsAarH40fnH4fnP8P4uzOqztQ=";
};
nativeBuildInputs = [ nim ];