minder: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm
2026-01-19 01:41:54 +00:00
parent 42c8ee3b52
commit 6a097b1673
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "phase1geo";
repo = "minder";
tag = version;
hash = "sha256-gqTVRICPI6XlJmrBT6b5cONmBQ9LhsEuHUf/19NmXPo=";
hash = "sha256-IY4phXunB4ypU6wRhhXA2wg7Vsv8WvcL6nEXDiOGj/E=";
};
nativeBuildInputs = [