Unverified Commit 1524f36b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #131627 from jbedo/mosdepth

mosdepth: 0.3.1 -> 0.3.2
parents 8610b9c4 d8853734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];