Unverified Commit 54b4bb95 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

Merge pull request #308962 from r-ryantm/auto-update/mu

mu: 1.12.4 -> 1.12.5
parents ab1f98bc 7ad92de5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

stdenv.mkDerivation rec {
  pname = "mu";
  version = "1.12.4";
  version = "1.12.5";

  outputs = [ "out" "mu4e" ];

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
    owner = "djcb";
    repo = "mu";
    rev = "v${version}";
    hash = "sha256-X5rOBDeT0yfnwTKBWQ4F6DTrFZ/dq3BgQBCn9RAQPf4=";
    hash = "sha256-dQeXL+CcysmlV6VYSuZtWGSgIhoqP6Y20Qora4l0iP8=";
  };

  postPatch = ''