octavePackages.datatypes: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm
2026-06-14 04:31:59 +00:00
parent a18d24ff2b
commit ec9aef8dcd
@@ -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-(.*)" ]; };