nix/packages: update hutils

This commit is contained in:
Primrose 2025-05-03 09:41:33 +02:00
parent 8886ac439e
commit f7717647c9
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 42 additions and 42 deletions

View file

@ -147,13 +147,7 @@ in rec {
hutils = mkHaskellPackage {
name = "hutils";
src = pkgs.fetchFromGitea {
domain = "git.confusedcompiler.org";
owner = "leana8959";
repo = "hutils";
rev = "544a2a6077e7c41fb2656bfe03b8b965bc0e50a7";
hash = "sha256-kzXA8GU8BWuOOIitxB74kgT7or1Wn3TciSaNAyBcw9o=";
};
src = sources.hutils;
};
audio-lint = let