_4ti2: 1.6.14 -> 1.6.15

This commit is contained in:
R. Ryantm
2026-03-06 00:33:16 +00:00
parent d2acf504d6
commit d1e2b980f6
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "4ti2";
version = "1.6.14";
version = "1.6.15";
src = fetchFromGitHub {
owner = "4ti2";
repo = "4ti2";
tag = "Release_${builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-bFvq90hLLGty7p6NLxOARVvKdizg3bp2NkP9nZpVFzQ=";
hash = "sha256-6X8zNp68KlKxplg1rdcotmXyIZE27POJs9/3n2BZLZE=";
};
nativeBuildInputs = [