minder: 2.0.8 -> 2.0.9 (#511583)

This commit is contained in:
Bobby Rong
2026-04-20 14:58:22 +00:00
committed by GitHub
+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 = [