minder: 1.15.2 -> 1.15.6

https://github.com/phase1geo/Minder/compare/1.15.2...1.15.6
This commit is contained in:
Bobby Rong 2023-08-26 10:22:20 +08:00
parent b85ed9dcbf
commit 80cc2d9317
No known key found for this signature in database

View file

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