minder: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm
2025-12-28 01:38:58 +00:00
parent 34ea739c28
commit d43ab3135e
+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 = [