pinocchio: 3.4.0 -> 3.5.0 (#395588)

Co-authored-by: nim65s <guilhem.saurel@laas.fr>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-03 00:10:25 +00:00 committed by GitHub
commit ab2a3d7d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pinocchio";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "pinocchio";
rev = "v${finalAttrs.version}";
hash = "sha256-myhMisXzYd2WGIBQ7SIQmQkjUmxRfVuxTPPGvBzkt8I=";
hash = "sha256-oSxeFt84IB3KR12knm2vBAHYyevVNjCjnp9mS3e0Zls=";
};
outputs = [