_4ti2: 1.6.11 -> 1.6.12 (#412785)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-13 03:37:51 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "4ti2";
version = "1.6.11";
version = "1.6.12";
src = fetchFromGitHub {
owner = "4ti2";
repo = "4ti2";
rev = "Release_${builtins.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-hNkJnc8EGF07aE7VqKCI9zkTm6SJgXOGuefy219IXtE=";
hash = "sha256-B01KfZUlG50qCjVLy8+nql8AR+exNMLDWHGhTDhOpg0=";
};
nativeBuildInputs = [