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

minder: 2.0.5 -> 2.0.8 (#506723)

parents d91cf31a 5a08cfd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "minder";
  version = "2.0.5";
  version = "2.0.8";

  src = fetchFromGitHub {
    owner = "phase1geo";
    repo = "minder";
    tag = finalAttrs.version;
    hash = "sha256-g1rz7yihbMtSvL3B9XTqtOEjjLP+DczOTCp47Cp9GHs=";
    hash = "sha256-5W2ff0TJPQnuUAqw4oRjUv/h1x1goVfUsYPyrqDwc9Q=";
  };

  nativeBuildInputs = [