valent: 1.0.0.alpha.46 -> 1.0.0.alpha.46-unstable-2024-10-26

This commit is contained in:
aleksana 2024-11-01 23:15:19 +08:00
parent 74d7928a95
commit 7d7b8f8189

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "valent"; pname = "valent";
version = "1.0.0.alpha.46"; version = "1.0.0.alpha.46-unstable-2024-10-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andyholmes"; owner = "andyholmes";
repo = "valent"; repo = "valent";
rev = "v${finalAttrs.version}"; rev = "165a2791d4bf3e7dee69e3dd7885dbe4948265b9";
hash = "sha256-DpDHU1l8Pot0RwVR1rL9fIhMHo18eo7nTecnSa3hG2E="; hash = "sha256-7klvOvwyAg+Xno6zWo8UByjaS9OkOuCceuZcAIEgdyU=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
mesonFlags = [ mesonFlags = [
"-Dplugin_bluez=true" (lib.mesonBool "plugin_bluez" true)
]; ];
meta = { meta = {