libquotient: 0.6.3 -> 0.6.4

gstqt5
R. RyanTM 2021-01-20 01:13:56 +00:00 committed by Peter Hoeg
parent 932941b79c
commit 2f54cd04c2
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "libquotient";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
sha256 = "sha256-RYEcFClRdAippG0kspNi9QZIzZAuU4++9LOQTZcqpVc=";
sha256 = "sha256-bWqZiRv/mJzw+WY+7dLIzYBu8jhglBqgTjiXyQ1y6IQ=";
};
buildInputs = [ qtbase qtmultimedia ];