We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 330dc34 + d47c59f commit ab2a3d7Copy full SHA for ab2a3d7
pkgs/by-name/pi/pinocchio/package.nix
@@ -21,13 +21,13 @@
21
22
stdenv.mkDerivation (finalAttrs: {
23
pname = "pinocchio";
24
- version = "3.4.0";
+ version = "3.5.0";
25
26
src = fetchFromGitHub {
27
owner = "stack-of-tasks";
28
repo = "pinocchio";
29
rev = "v${finalAttrs.version}";
30
- hash = "sha256-myhMisXzYd2WGIBQ7SIQmQkjUmxRfVuxTPPGvBzkt8I=";
+ hash = "sha256-oSxeFt84IB3KR12knm2vBAHYyevVNjCjnp9mS3e0Zls=";
31
};
32
33
outputs = [
0 commit comments