Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
@@ -7,15 +7,15 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "jp-zip-code";
|
pname = "jp-zip-code";
|
||||||
version = "0-unstable-2025-09-01";
|
version = "0-unstable-2025-10-01";
|
||||||
|
|
||||||
# This package uses a mirror as the source because the
|
# This package uses a mirror as the source because the
|
||||||
# original provider uses the same URL for updated content.
|
# original provider uses the same URL for updated content.
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "musjj";
|
owner = "musjj";
|
||||||
repo = "jp-zip-codes";
|
repo = "jp-zip-codes";
|
||||||
rev = "87a760cee8a6b103d834197caca72c3392ccbcde";
|
rev = "9464f58fe654ada94f6f53e5338b5fb2b15e314a";
|
||||||
hash = "sha256-7vOcScEk4fKIeUa+FGCnBczlAwUC00E7EKQq7wQ2bUI=";
|
hash = "sha256-G+uCQPW2e/DEAvAx3TYvPt0Dl2rM77WUmuPJ17voxUE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
@@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kubetail";
|
pname = "kubetail";
|
||||||
version = "1.6.20";
|
version = "1.6.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "johanhaleby";
|
owner = "johanhaleby";
|
||||||
repo = "kubetail";
|
repo = "kubetail";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-RbbZHKXRtbs42cCbw+xb8TLul6ebUeCiNclMFF39c3M=";
|
sha256 = "sha256-Uzr63TkveJqfZl4USo0MNdlcvofxDp+o+reZmJG5F78=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
orc,
|
orc,
|
||||||
pcre2,
|
pcre2,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
protobuf_21,
|
|
||||||
python3,
|
python3,
|
||||||
SDL2,
|
SDL2,
|
||||||
shaderc,
|
shaderc,
|
||||||
@@ -64,14 +63,7 @@
|
|||||||
serviceSupport ? true,
|
serviceSupport ? true,
|
||||||
tracingSupport ? false,
|
tracingSupport ? false,
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
# For some reason protobuf 32 causes a segfault during startup
|
|
||||||
# Pin to last (known) working version
|
|
||||||
# See https://github.com/NixOS/nixpkgs/issues/439075
|
|
||||||
opencv4' = opencv4.override {
|
|
||||||
protobuf = protobuf_21;
|
|
||||||
};
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "monado";
|
pname = "monado";
|
||||||
version = "25.0.0";
|
version = "25.0.0";
|
||||||
@@ -133,7 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
libXext
|
libXext
|
||||||
libXrandr
|
libXrandr
|
||||||
onnxruntime
|
onnxruntime
|
||||||
opencv4'
|
opencv4
|
||||||
openhmd
|
openhmd
|
||||||
openvr
|
openvr
|
||||||
orc
|
orc
|
||||||
|
|||||||
Reference in New Issue
Block a user