bino3d: 2.5 -> 2.6, fix build

This commit is contained in:
Aliaksandr
2026-01-03 04:57:39 +02:00
parent 41ea8ccd38
commit d38c996897
+8 -7
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchgit,
fetchFromGitHub,
cmake,
ninja,
pkg-config,
@@ -10,13 +10,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "bino";
version = "2.5";
pname = "bino3d";
version = "2.6";
src = fetchgit {
url = "https://git.marlam.de/git/bino.git";
rev = "bino-${finalAttrs.version}";
hash = "sha256-vGPbSYTfRy414xVcLIvOnN4Te36HWVz7DQegNhYb3u4=";
src = fetchFromGitHub {
owner = "marlam";
repo = "bino";
tag = "bino-${finalAttrs.version}";
hash = "sha256-izgiAmMou/EW5KOzC8HuPaH4uVFLajoDhVwkJkzXdP0=";
};
nativeBuildInputs = [