Merge pull request #247860 from r-ryantm/auto-update/mmc-utils

mmc-utils: unstable-2023-06-12 -> unstable-2023-08-07

authored by Weijia Wang and committed by GitHub 0e28518b 5d88c226

+3 -3
+3 -3
pkgs/os-specific/linux/mmc-utils/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "mmc-utils"; 5 - version = "unstable-2023-06-12"; 5 + version = "unstable-2023-08-07"; 6 6 7 7 src = fetchzip rec { 8 8 url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; 9 - passthru.rev = "6d593efc3cd00e4debd0ffc5806246390dc66242"; 10 - sha256 = "QOrU47cTPnvJHM40Bjq51VSSinmRnXCimk1h5mt4vNw="; 9 + passthru.rev = "613495ecaca97a19fa7f8f3ea23306472b36453c"; 10 + sha256 = "zOjm/YDxqU6bu6GMyQTuzuZbrCfaU4FBodRWLb8GTdE="; 11 11 }; 12 12 13 13 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];