summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-09 19:54:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-09 19:54:25 +0000
commit8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2 (patch)
tree2bb932afe33dc9360965b59468138e84ff4056a2
parent21e0ed0ef145ab4594ec0e7a22484570709018a5 (diff)
downloadnixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.tar
nixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.tar.gz
nixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.tar.bz2
nixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.tar.lz
nixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.tar.xz
nixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.tar.zst
nixpkgs-8ad4b1c66cc99eb570ede29bbe9a9ce78a7728d2.zip
mmc-utils: unstable-2022-09-27 -> unstable-2022-11-09
-rw-r--r--pkgs/os-specific/linux/mmc-utils/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/mmc-utils/default.nix b/pkgs/os-specific/linux/mmc-utils/default.nix
index c28c55091ef..925901d2267 100644
--- a/pkgs/os-specific/linux/mmc-utils/default.nix
+++ b/pkgs/os-specific/linux/mmc-utils/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation {
   pname = "mmc-utils";
-  version = "unstable-2022-09-27";
+  version = "unstable-2022-11-09";
 
   src = fetchzip rec {
     url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz";
-    passthru.rev = "dfc3b6ecda84d21418fb4408b39c5c71db4c6458";
-    sha256 = "G4sBwRW8NOq7CGTADvXgMbcVInStSueGfGsb4ApVaSk=";
+    passthru.rev = "c62dd8e415b12cc7f9a362db23cd384caf77ff03";
+    sha256 = "zTrMounPmos+9Reyfa3xS5/5/tyMs0WapSmzqdXUBNk=";
   };
 
   makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];