Merge pull request #233719 from bobby285271/upd/minder

minder: 1.15.1 -> 1.15.2
This commit is contained in:
figsoda 2023-05-23 22:55:41 -04:00 committed by GitHub
commit d2ba134e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "1.15.1";
version = "1.15.2";
src = fetchFromGitHub {
owner = "phase1geo";
repo = pname;
rev = version;
sha256 = "sha256-JKbz7UUl5iQxquBH705WBN9T4q7OondTypnEUGfqBWY=";
sha256 = "sha256-aMKu59IWHjK6NlaIZgbpKPISsvGub2tQxEdvogx2XCY=";
};
nativeBuildInputs = [