minder: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm
2026-04-19 22:22:15 +00:00
parent fa5d113d28
commit 02ee953064
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "minder";
version = "2.0.8";
version = "2.0.9";
src = fetchFromGitHub {
owner = "phase1geo";
repo = "minder";
tag = finalAttrs.version;
hash = "sha256-5W2ff0TJPQnuUAqw4oRjUv/h1x1goVfUsYPyrqDwc9Q=";
hash = "sha256-QPXgxWOftTZaybBB1GjGZVFNBzZiKiSDHIPEYElsY/8=";
};
nativeBuildInputs = [