minder: 2.0.2 -> 2.0.3 (#474695)

This commit is contained in:
Bobby Rong
2025-12-28 02:41:11 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "phase1geo";
repo = "minder";
tag = version;
hash = "sha256-+aAzM+OOOLwF4PJotdYSfFJu8gYp3I2E2r9fNTjJOs4=";
hash = "sha256-gqTVRICPI6XlJmrBT6b5cONmBQ9LhsEuHUf/19NmXPo=";
};
nativeBuildInputs = [