mmc-utils: unstable-2022-04-26 -> unstable-2022-07-13

This commit is contained in:
R. Ryantm 2022-07-14 08:37:02 +00:00
parent c199a0a796
commit 2e40126eff

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)" ];