diff options
| author | tv <tv@krebsco.de> | 2025-12-09 00:23:23 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2025-12-09 00:25:28 +0100 |
| commit | 5c90f820443c7817ab29aabe0262ca82c94de59a (patch) | |
| tree | 96606c772d3dc320f25db5615cf4ff893de5d21e /pkgs/simple/hc.nix | |
| parent | 1d02a0f4c66ca9cc03eb0ee74003909d87decdf1 (diff) | |
nixpkgs: 25.05 -> 25.11
Diffstat (limited to 'pkgs/simple/hc.nix')
| -rw-r--r-- | pkgs/simple/hc.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/simple/hc.nix b/pkgs/simple/hc.nix index 086445e..15550dc 100644 --- a/pkgs/simple/hc.nix +++ b/pkgs/simple/hc.nix @@ -1,5 +1,5 @@ { fetchgit, lib, makeWrapper, stdenv -, coreutils, findutils, gawk, gnugrep, qrencode, texlive, utillinux, zbar +, coreutils, findutils, gawk, gnugrep, qrencode, texlive, util-linux, zbar }: stdenv.mkDerivation rec { @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { gnugrep qrencode texlive.combined.scheme-full - utillinux + util-linux zbar ]} ''; |
