pinocchio: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm
2026-07-09 06:17:28 +00:00
parent 8ab1ccd1c1
commit a54b01a906
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pinocchio";
version = "4.0.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "pinocchio";
rev = "v${finalAttrs.version}";
hash = "sha256-9UnMGrs4mvBYfjmwOprhqStRW/liPrsKFabRFE2xmjo=";
hash = "sha256-wWuW58okWARbF/nonybw3DbGY4hrHDiEsdjiF6RoaVc=";
};
outputs = [