octavePackages.datatypes: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2026-05-18 12:07:44 +00:00
parent 9ccfc30b92
commit 899ab28096
@@ -7,13 +7,13 @@
buildOctavePackage rec {
pname = "datatypes";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "pr0m1th3as";
repo = "datatypes";
tag = "release-${version}";
sha256 = "sha256-qgFYyRMrdWhbHBvOEsDAetpllr5yyhtoEB+7Ri6zbSI=";
sha256 = "sha256-WyuL1xDRw4QPouJbJ8op8mh2fLOBfPLUnp4syKmyYLE=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=release-(.*)" ]; };