Unverified Commit 22c841b6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #226681 from r-ryantm/auto-update/mmc-utils

mmc-utils: unstable-2023-02-09 -> unstable-2023-04-17
parents c22cf419 270107e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation {
  pname = "mmc-utils";
  version = "unstable-2023-02-09";
  version = "unstable-2023-04-17";

  src = fetchzip rec {
    url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
    passthru.rev = "d4c2910981ff99b983734426dfa99632fb81ac6b";
    sha256 = "926iFpZ6CqDw4n6YSrrnCm3Mu9F3wb3riqYH8mHZ2b4=";
    passthru.rev = "145c74ab6f2e13a9a8ccdbbf1758afedb8a3965c";
    sha256 = "cYLIO83uZHDe1COKtSN0SyFOoC3qrqMP0RNsOO9cQ70=";
  };

  makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];