Merge pull request #281330 from bobby285271/upd/minder

minder: 1.16.0 -> 1.16.2
This commit is contained in:
Bobby Rong 2024-01-17 21:45:41 +08:00 committed by GitHub
commit 328e1c2771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "1.16.0";
version = "1.16.2";
src = fetchFromGitHub {
owner = "phase1geo";
repo = pname;
rev = version;
sha256 = "sha256-1yFRwVjHLgjDxflFoSmB5254J7dRJ4Ymv3fAWZxb9is=";
sha256 = "sha256-/XtJCj1ratUTNXRp7zsBp10tQjyiaDN9623/UChBu9c=";
};
nativeBuildInputs = [