trexio: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm
2026-02-05 10:44:09 +00:00
parent ff85c18b93
commit c7ae0f0cbe
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "trexio";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "TREX-CoE";
repo = "trexio";
rev = "v${finalAttrs.version}";
hash = "sha256-mTn/46oIvBbv7X0QwDxXQJH3QyH34u487QpLferC2Uc=";
hash = "sha256-iESt7dXta/Enpgb418js26y5+YvROsqgxvNhgAgXd/I=";
};
postPatch = ''