···1313stdenv.mkDerivation rec {
1414 name = "r8168-${kernel.version}-${version}";
1515 # on update please verify that the source matches the realtek version
1616- version = "8.053.00";
1616+ version = "8.055.00";
17171818 # This is a mirror. The original website[1] doesn't allow non-interactive
1919 # downloads, instead emailing you a download link.
2020 # [1] https://www.realtek.com/Download/List?cate_id=584
2121- # I've verified manually (`diff -r`) that the source code for version 8.053.00
2121+ # I've verified manually (`diff -r`) that the source code for version 8.055.00
2222 # is the same as the one available on the realtek website.
2323 src = fetchFromGitHub {
2424 owner = "mtorromeo";
2525 repo = "r8168";
2626 rev = version;
2727- sha256 = "0bHGs8jyWd+ZiixOoNkBqhS9RjDpRp3vveAgk1YuOWU=";
2727+ sha256 = "sha256-qL64+jlF1biWaYc5Ga/fjz8ZY3u72bcKVtDpiozHb1g=";
2828 };
29293030 hardeningDisable = [ "pic" ];
···6161 license = licenses.gpl2Plus;
6262 platforms = platforms.linux;
6363 maintainers = [ ];
6464- broken = lib.versionAtLeast kernel.modDirVersion "6.9";
6464+ broken = lib.versionAtLeast kernel.modDirVersion "6.13";
6565 };
6666}
+1-1
pkgs/shells/fish/plugins/pure.nix
···28282929 meta = {
3030 description = "Pretty, minimal and fast Fish prompt, ported from zsh";
3131- homepage = "https://github.com/rafaelrinaldi/pure";
3131+ homepage = "https://github.com/pure-fish/pure";
3232 license = lib.licenses.mit;
3333 maintainers = with lib.maintainers; [ euxane ];
3434 };