mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
mmc-utils: unstable-2023-10-10 -> unstable-2024-03-07
This commit is contained in:
parent
48a8aef2f3
commit
6cc231f5e3
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "mmc-utils";
|
||||
version = "unstable-2023-10-10";
|
||||
version = "unstable-2024-03-07";
|
||||
|
||||
src = fetchzip rec {
|
||||
url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
|
||||
passthru.rev = "b5ca140312d279ad2f22068fd72a6230eea13436";
|
||||
sha256 = "QU4r8eajrrhT6u6WHEf1xtB1iyecBeHxu4vS+QcwAgM=";
|
||||
passthru.rev = "e1281d4de9166b7254ba30bb58f9191fc2c9e7fb";
|
||||
sha256 = "/lkcZ/ArdBAStV9usavrbfjULXenqb+h2rbDJzxZjJk=";
|
||||
};
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];
|
||||
|
Loading…
Reference in New Issue
Block a user