mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 03:07:53 +00:00
mmc-utils: unstable-2022-07-13 -> unstable-2022-09-27
This commit is contained in:
parent
c29b719141
commit
8569f6e82e
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "mmc-utils";
|
||||
version = "unstable-2022-07-13";
|
||||
version = "unstable-2022-09-27";
|
||||
|
||||
src = fetchzip rec {
|
||||
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
|
||||
passthru.rev = "d7b343fd262880994f041ce2335442e7bd1071f5";
|
||||
sha256 = "cTF3xSNvZ1wifItPmflNFd+fpYArPRvinM7Cyg3JoeE=";
|
||||
passthru.rev = "dfc3b6ecda84d21418fb4408b39c5c71db4c6458";
|
||||
sha256 = "G4sBwRW8NOq7CGTADvXgMbcVInStSueGfGsb4ApVaSk=";
|
||||
};
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];
|
||||
|
Loading…
Reference in New Issue
Block a user