Commit 15a82ae3 authored by R. RyanTM's avatar R. RyanTM
Browse files

mmc-utils: unstable-2023-06-12 -> unstable-2023-08-07

parent 9f27c36e
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-06-12";
  version = "unstable-2023-08-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 = "6d593efc3cd00e4debd0ffc5806246390dc66242";
    sha256 = "QOrU47cTPnvJHM40Bjq51VSSinmRnXCimk1h5mt4vNw=";
    passthru.rev = "613495ecaca97a19fa7f8f3ea23306472b36453c";
    sha256 = "zOjm/YDxqU6bu6GMyQTuzuZbrCfaU4FBodRWLb8GTdE=";
  };

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