minder: 1.16.4 -> 1.17.0

This commit is contained in:
R. Ryantm
2024-10-31 16:57:43 +00:00
parent f18cab59d8
commit e9623b583f
+2 -2
View File
@@ -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 = [