minder: 1.16.0 -> 1.16.2

https://github.com/phase1geo/minder/compare/1.16.0...1.16.2
This commit is contained in:
Bobby Rong 2024-01-16 22:18:33 +08:00
parent 9b19f5e77d
commit 3b64068250
No known key found for this signature in database

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 = [