_4ti2: 1.6.14 -> 1.6.15 (#497037)

This commit is contained in:
Jo
2026-07-01 17:47:34 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,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=";
};
postPatch = ''