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

mmc-utils: unstable-2023-06-12 -> unstable-2023-08-07
This commit is contained in:
Weijia Wang 2023-08-08 19:46:08 +02:00 committed by GitHub
commit 0e28518bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation {
pname = "mmc-utils";
version = "unstable-2023-06-12";
version = "unstable-2023-08-07";
src = fetchzip rec {
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
passthru.rev = "6d593efc3cd00e4debd0ffc5806246390dc66242";
sha256 = "QOrU47cTPnvJHM40Bjq51VSSinmRnXCimk1h5mt4vNw=";
passthru.rev = "613495ecaca97a19fa7f8f3ea23306472b36453c";
sha256 = "zOjm/YDxqU6bu6GMyQTuzuZbrCfaU4FBodRWLb8GTdE=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];