Commit bbc8b74b authored by R. RyanTM's avatar R. RyanTM Committed by Peter Hoeg
Browse files

mu: 1.12.0 -> 1.12.1

parent aecc90bc
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.0";
  version = "1.12.1";

  outputs = [ "out" "mu4e" ];

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
    owner = "djcb";
    repo = "mu";
    rev = "v${version}";
    hash = "sha256-z0sHDZlhsSeIf+ZRCni3j/DbfYrmn6bvYmKpt4PA2i8=";
    hash = "sha256-JnKvMbgkaZ1MO7cZMb2PGZsNMjV1M+dnaDpsBDsT0L4=";
  };

  postPatch = ''