minder: 1.14.0 -> 1.15.0

https://github.com/phase1geo/Minder/compare/1.14.0...1.15.0
This commit is contained in:
Bobby Rong 2023-04-25 11:11:21 +08:00
parent e78d25df6f
commit 1478a00585
No known key found for this signature in database

View File

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "minder";
version = "1.14.0";
version = "1.15.0";
src = fetchFromGitHub {
owner = "phase1geo";
repo = pname;
rev = version;
sha256 = "sha256-0x+MMVa9/jOVp9n9JFM1MGndh9H9MzmmHepcez4aT+Q=";
sha256 = "sha256-5k6a7/49iqtPt7il1/LlCHlQsilXRcGAJSAkJ3BBowU=";
};
nativeBuildInputs = [