Commit be844bb3 authored by K900's avatar K900
Browse files

libquotient: 0.8.2 -> 0.9.1

parent 3dce7220
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ let
in
stdenv.mkDerivation rec {
  pname = "libquotient";
  version = "0.8.2";
  version = "0.9.1";

  outputs = [
    "out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
    owner = "quotient-im";
    repo = "libQuotient";
    rev = version;
    hash = "sha256-6sR/80r9qW9kMYqIi2FeXgb6M795XKzpvyE6eTaBsjA=";
    hash = "sha256-R9ms3sYGdHaYKUMnZyBjw5KCik05k93vlvXMRtAXh5Y=";
  };

  nativeBuildInputs = [ cmake ];