minder: 1.16.3 -> 1.16.4

This commit is contained in:
R. Ryantm 2024-04-10 13:15:34 +00:00 committed by Bobby Rong
parent 94fb0a0ecc
commit 70a4a21ed8

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "1.16.3";
version = "1.16.4";
src = fetchFromGitHub {
owner = "phase1geo";
repo = pname;
rev = version;
sha256 = "sha256-YDsWWC4exh+9V87WyjdMdCH1arjBct3oEXbvaFyAaMY=";
sha256 = "sha256-1r2PbBYw4mmiScKbX9BGqe4i+emSvismJfPm3opLlOg=";
};
nativeBuildInputs = [