octavePackages.datatypes: 1.2.3 -> 1.2.4 (#531553)

This commit is contained in:
Ryan Burns
2026-06-15 06:18:05 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildOctavePackage rec {
pname = "datatypes";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "pr0m1th3as";
repo = "datatypes";
tag = "release-${version}";
sha256 = "sha256-WyuL1xDRw4QPouJbJ8op8mh2fLOBfPLUnp4syKmyYLE=";
sha256 = "sha256-cSfHE5IcAHebaGOp9f/+4E3l92b0DdiXfNvX5oeeHwY=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=release-(.*)" ]; };