Merge pull request #230393 from r-ryantm/auto-update/_4ti2

_4ti2: 1.6.9 -> 1.6.10
This commit is contained in:
Weijia Wang 2023-05-07 10:44:33 +03:00 committed by GitHub
commit 9b3763d117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec{
pname = "4ti2";
version = "1.6.9";
version = "1.6.10";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "Release_${builtins.replaceStrings ["."] ["_"] version}";
hash = "sha256-cywneIM0sHt1iQsNfjyQDoDfdRjxpz4l3rfysi9YN20=";
hash = "sha256-Rz8O1Tf81kzpTGPq7dkZJvv444F1/VqKu7VuRvH59kQ=";
};
nativeBuildInputs = [