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

minder: 2.0.3 -> 2.0.4 (#481498)

parents cb20cf35 6a097b16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "minder";
  version = "2.0.3";
  version = "2.0.4";

  src = fetchFromGitHub {
    owner = "phase1geo";
    repo = "minder";
    tag = version;
    hash = "sha256-gqTVRICPI6XlJmrBT6b5cONmBQ9LhsEuHUf/19NmXPo=";
    hash = "sha256-IY4phXunB4ypU6wRhhXA2wg7Vsv8WvcL6nEXDiOGj/E=";
  };

  nativeBuildInputs = [