Unverified Commit bfcbceb4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

minder: 1.16.4 -> 1.17.0 (#352662)

parents 10272d11 e9623b58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

stdenv.mkDerivation rec {
  pname = "minder";
  version = "1.16.4";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "phase1geo";
    repo = pname;
    rev = version;
    sha256 = "sha256-1r2PbBYw4mmiScKbX9BGqe4i+emSvismJfPm3opLlOg=";
    sha256 = "sha256-LZm2TLUugW/lSHp+y3Sz9IacQCEFQloVnZ9MoBjqHvI=";
  };

  nativeBuildInputs = [