mmc-utils: unstable-2022-07-13 -> unstable-2022-09-27

authored by R. Ryantm and committed by Franz Pletz 8569f6e8 c29b7191

+3 -3
+3 -3
pkgs/os-specific/linux/mmc-utils/default.nix
··· 2 3 stdenv.mkDerivation { 4 pname = "mmc-utils"; 5 - version = "unstable-2022-07-13"; 6 7 src = fetchzip rec { 8 url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; 9 - passthru.rev = "d7b343fd262880994f041ce2335442e7bd1071f5"; 10 - sha256 = "cTF3xSNvZ1wifItPmflNFd+fpYArPRvinM7Cyg3JoeE="; 11 }; 12 13 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];
··· 2 3 stdenv.mkDerivation { 4 pname = "mmc-utils"; 5 + version = "unstable-2022-09-27"; 6 7 src = fetchzip rec { 8 url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; 9 + passthru.rev = "dfc3b6ecda84d21418fb4408b39c5c71db4c6458"; 10 + sha256 = "G4sBwRW8NOq7CGTADvXgMbcVInStSueGfGsb4ApVaSk="; 11 }; 12 13 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];