valent: 1.0.0.alpha.46-unstable-2024-10-26 -> 1.0.0.alpha.48 (#461611)

This commit is contained in:
Aleksana
2025-11-17 02:01:46 +00:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
desktop-file-utils, desktop-file-utils,
gobject-introspection,
meson, meson,
ninja, ninja,
pkg-config, pkg-config,
@@ -26,18 +27,19 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "valent"; pname = "valent";
version = "1.0.0.alpha.46-unstable-2024-10-26"; version = "1.0.0.alpha.48";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andyholmes"; owner = "andyholmes";
repo = "valent"; repo = "valent";
rev = "165a2791d4bf3e7dee69e3dd7885dbe4948265b9"; tag = "v${finalAttrs.version}";
hash = "sha256-7klvOvwyAg+Xno6zWo8UByjaS9OkOuCceuZcAIEgdyU="; hash = "sha256-CB3Jb7N8vcNTLCWXKoDh/wQkPW1CH6WRlwXg4efU3GY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = [ nativeBuildInputs = [
desktop-file-utils desktop-file-utils
gobject-introspection
meson meson
ninja ninja
pkg-config pkg-config
@@ -94,7 +96,10 @@ stdenv.mkDerivation (finalAttrs: {
cc0 cc0
cc-by-sa-30 cc-by-sa-30
]; ];
maintainers = with lib.maintainers; [ aleksana ]; maintainers = with lib.maintainers; [
aleksana
baduhai
];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })