hpipm: 0-unstable-2024-07-30 -> 0.1.3-unstable-2025-09-25

fix for CMake v4

Co-authored-by: Grimmauld <soeren@benjos.de>
This commit is contained in:
Guilhem Saurel
2025-09-26 08:42:02 +02:00
co-authored by Grimmauld
parent 1e79b45fd6
commit 53e209515d
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hpipm";
#version = "0.1.3"; not building, use master instead
version = "0-unstable-2024-07-30";
version = "0.1.3-unstable-2025-09-25";
src = fetchFromGitHub {
owner = "giaf";
repo = "hpipm";
rev = "3ab7d6059d9d7da31ec9ff6a8ca84fd8ec5ab5e2";
hash = "sha256-TRNHjW2/YDfGJHTG9sy2nmHyk6+HlBGIabPm87TETE8=";
rev = "8f3a2d00f6d1bd7101fb651391fba79377915288";
hash = "sha256-XtnUs1RiB7zJOv7zdRzB31hnxDYaiH+Q4SLyE6/kuEg=";
};
nativeBuildInputs = [ cmake ];