Merge pull request #228068 from bobby285271/upd/minder

minder: 1.14.0 -> 1.15.0
This commit is contained in:
Bobby Rong
2023-04-26 08:52:43 +08:00
committed by GitHub
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "1.14.0";
version = "1.15.0";
src = fetchFromGitHub {
owner = "phase1geo";
repo = pname;
rev = version;
sha256 = "sha256-0x+MMVa9/jOVp9n9JFM1MGndh9H9MzmmHepcez4aT+Q=";
sha256 = "sha256-5k6a7/49iqtPt7il1/LlCHlQsilXRcGAJSAkJ3BBowU=";
};
nativeBuildInputs = [