3
0
Fork 0
forked from mirrors/nixpkgs

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

mmc-utils: unstable-2022-04-26 -> unstable-2022-07-13
This commit is contained in:
Mario Rodas 2022-07-24 15:52:22 -05:00 committed by GitHub
commit 6ae4d20038
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-2022-04-26";
version = "unstable-2022-07-13";
src = fetchzip rec {
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
passthru.rev = "b7e4d5a6ae9942d26a11de9b05ae7d52c0802802";
sha256 = "D2QgntRsa6Y39nCkXQupXFbJR++JfBpMeEZE0Gv0btc=";
passthru.rev = "d7b343fd262880994f041ce2335442e7bd1071f5";
sha256 = "cTF3xSNvZ1wifItPmflNFd+fpYArPRvinM7Cyg3JoeE=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];