Skip to content

Commit

Permalink
curv: 0.5 -> 0.5-unstable-2025-01-06, unbreak (#371995)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 14, 2025
2 parents 9342ea2 + b6d1b18 commit 95272dc
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pkgs/by-name/cu/curv/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromGitea,
cmake,
git,
pkg-config,
boost,
eigen,
glm,
Expand All @@ -17,19 +19,22 @@

stdenv.mkDerivation rec {
pname = "curv";
version = "0.5";
version = "0.5-unstable-2025-01-06";

src = fetchFromGitHub {
owner = "curv3d";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "doug-moen";
repo = "curv";
tag = version;
hash = "sha256-m4p5uxRk6kEJUilmbQ1zJcQDRvRCV7pkxnqupZJxyjo=";
rev = "a496d98459b65d15feae8e69036944dafb7ec26e";
hash = "sha256-2pe76fBU78xRvHxol8O1xv0bBVwbpKDVPLQqqUCTO0Y=";
fetchSubmodules = true;
};

strictDeps = true;
nativeBuildInputs = [
cmake
git
pkg-config
];

buildInputs =
Expand Down

0 comments on commit 95272dc

Please sign in to comment.