pinocchio: 3.9.0 -> 4.0.0

This commit is contained in:
R. Ryantm
2026-04-30 10:59:19 +02:00
committed by Guilhem Saurel
parent f7af830dc6
commit 45fdb3a987
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pinocchio";
version = "3.9.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "pinocchio";
rev = "v${finalAttrs.version}";
hash = "sha256-k2lT1I0wb3N/o95ol2oO6HSYHf4wKJ0SFEg8JNxZmpI=";
hash = "sha256-9UnMGrs4mvBYfjmwOprhqStRW/liPrsKFabRFE2xmjo=";
};
outputs = [