Update FET to 7.7.7

This commit is contained in:
2026-02-24 07:53:46 +01:00
parent 46db890c53
commit 3c14c62256
2 changed files with 11 additions and 11 deletions

View File

@@ -20,11 +20,11 @@
{
packages.default = pkgs.stdenv.mkDerivation rec {
pname = "fet";
version = "7.7.6";
version = "7.7.7";
src = pkgs.fetchurl {
url = "https://lalescu.ro/liviu/fet/download/fet-${version}.tar.xz";
sha256 = "06vvxxl5kza3a2v0fkw6bylavpickk8a5ybgabbhylmi59c1q1ns";
sha256 = "0ix9h714xdg1fbbij3zays4v9s3arhz3s9n2j1pgnxmabzdxvzg2";
};
enableParallelBuilding = true;