trexio: 2.6.0 -> 2.6.1 (#487199)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-06 10:54:44 +00:00
committed by GitHub
+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 = ''