mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
mmc-utils: unstable-2023-04-17 -> unstable-2023-06-12
This commit is contained in:
parent
74d4119976
commit
9c5fcd5864
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "mmc-utils";
|
||||
version = "unstable-2023-04-17";
|
||||
version = "unstable-2023-06-12";
|
||||
|
||||
src = fetchzip rec {
|
||||
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
|
||||
passthru.rev = "145c74ab6f2e13a9a8ccdbbf1758afedb8a3965c";
|
||||
sha256 = "cYLIO83uZHDe1COKtSN0SyFOoC3qrqMP0RNsOO9cQ70=";
|
||||
passthru.rev = "6d593efc3cd00e4debd0ffc5806246390dc66242";
|
||||
sha256 = "QOrU47cTPnvJHM40Bjq51VSSinmRnXCimk1h5mt4vNw=";
|
||||
};
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];
|
||||
|
Loading…
Reference in New Issue
Block a user