master_me: 1.3.0 -> 1.3.1 (#423859)

This commit is contained in:
Paul Meyer 2025-07-15 17:00:40 +02:00 committed by GitHub
commit c804ea5a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
pname = "master_me";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "trummerschlunk";
repo = "master_me";
rev = version;
fetchSubmodules = true;
hash = "sha256-PEa1EHgr3dcM2Kh0AHvy1knKkRo89D6J4h6qGFy1vVY=";
hash = "sha256-eesMXxRcCgzhSQ+WUqM00EuKYhFxysjH+RWKHKGYzUM=";
};
nativeBuildInputs = [ pkg-config ];