mmc-utils: unstable-2023-02-09 -> unstable-2023-04-17

This commit is contained in:
R. Ryantm 2023-04-17 17:35:30 +00:00
parent d1f5735744
commit 270107e9da

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "mmc-utils"; pname = "mmc-utils";
version = "unstable-2023-02-09"; version = "unstable-2023-04-17";
src = fetchzip rec { src = fetchzip rec {
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
passthru.rev = "d4c2910981ff99b983734426dfa99632fb81ac6b"; passthru.rev = "145c74ab6f2e13a9a8ccdbbf1758afedb8a3965c";
sha256 = "926iFpZ6CqDw4n6YSrrnCm3Mu9F3wb3riqYH8mHZ2b4="; sha256 = "cYLIO83uZHDe1COKtSN0SyFOoC3qrqMP0RNsOO9cQ70=";
}; };
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ]; makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];