_4ti2: 1.6.12 -> 1.6.13

This commit is contained in:
R. Ryantm
2025-07-29 08:36:24 +00:00
parent 23296a5649
commit 0310b429f2
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "4ti2";
version = "1.6.12";
version = "1.6.13";
src = fetchFromGitHub {
owner = "4ti2";
repo = "4ti2";
rev = "Release_${builtins.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-B01KfZUlG50qCjVLy8+nql8AR+exNMLDWHGhTDhOpg0=";
hash = "sha256-gbYG55LfVhjJJFJu0L8AWIAnFDViHIW2N1qtS8xOFAc=";
};
nativeBuildInputs = [