minder: 1.15.0 -> 1.15.1

https://github.com/phase1geo/Minder/compare/1.15.0...1.15.1
This commit is contained in:
Bobby Rong 2023-04-27 09:10:54 +08:00
parent 1478a00585
commit 5ebba25815
No known key found for this signature in database

View file

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