boxfort: 0.1.4 -> 0.1.5; criterion: 2.4.2 -> 2.4.3 (#455711)

This commit is contained in:
Michael Daniels
2026-01-03 00:45:35 +00:00
committed by GitHub
2 changed files with 14 additions and 7 deletions
+10 -5
View File
@@ -2,25 +2,29 @@
lib,
stdenv,
fetchFromGitHub,
pkg-config,
meson,
ninja,
python3Packages,
gitMinimal,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "boxfort";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "Snaipe";
repo = "BoxFort";
rev = "v${version}";
sha256 = "jmtWTOkOlqVZ7tFya3IrQjr714Y8TzAVY5Cq+RzDuRs=";
rev = "v${finalAttrs.version}";
hash = "sha256-fgX2Ilb01qa9myuz6yiC67WKeai2m/csncS6u5and3o=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
gitMinimal
];
preConfigure = ''
@@ -41,9 +45,10 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Snaipe/BoxFort";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
sigmanificient
thesola10
Yumasi
];
platforms = lib.platforms.unix;
};
}
})
+4 -2
View File
@@ -9,6 +9,7 @@
cmake,
ninja,
protobuf,
gitMinimal,
libffi,
libgit2,
dyncall,
@@ -38,14 +39,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "criterion";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "Snaipe";
repo = "Criterion";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-5GH7AYjrnBnqiSmp28BoaM1Xmy8sPs1atfqJkGy3Yf0=";
hash = "sha256-X4m/uCyanS7HLtf6GyK4XuaT5i+HQt1PZC7gd813IVQ=";
};
nativeBuildInputs = [
@@ -54,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
cmake
pkg-config
protobuf
gitMinimal
];
buildInputs = [