3
0
Fork 0
forked from mirrors/nixpkgs

libquotient: 0.6.8 -> 0.6.9

This commit is contained in:
R. RyanTM 2021-09-14 15:19:48 +00:00
parent 7319369972
commit ac70c0ba3a

View file

@ -2,13 +2,13 @@
mkDerivation rec { mkDerivation rec {
pname = "libquotient"; pname = "libquotient";
version = "0.6.8"; version = "0.6.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "quotient-im"; owner = "quotient-im";
repo = "libQuotient"; repo = "libQuotient";
rev = version; rev = version;
sha256 = "sha256-CrAK0yq1upB1+C2z6mqKkSArCmzI+TDEEHTIBWB29Go="; sha256 = "sha256-1YiS2b4lYknNSB+8LKB/s6AcF0yQVsakrkp6/Sjkczo=";
}; };
buildInputs = [ qtbase qtmultimedia ]; buildInputs = [ qtbase qtmultimedia ];