pinocchio: 3.5.0 -> 3.6.0 (#402634)

Co-authored-by: nim65s <guilhem.saurel@laas.fr>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-28 23:01:30 +00:00
committed by GitHub
co-authored by nim65s
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pinocchio";
version = "3.5.0";
version = "3.6.0";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "pinocchio";
rev = "v${finalAttrs.version}";
hash = "sha256-oSxeFt84IB3KR12knm2vBAHYyevVNjCjnp9mS3e0Zls=";
hash = "sha256-2DLK0mDZ7nQZO8L4dDV4+xvlN+eRdmN82ncfdMJm0Pc=";
};
outputs = [