lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libsForQt5.libquotient: 0.8.1.2 -> 0.8.2

+2 -2
+2 -2
pkgs/development/libraries/libquotient/default.nix
··· 4 4 isQt6 = lib.versions.major qtbase.version == "6"; 5 5 in stdenv.mkDerivation rec { 6 6 pname = "libquotient"; 7 - version = "0.8.1.2"; 7 + version = "0.8.2"; 8 8 9 9 outputs = [ "out" "dev" ]; 10 10 ··· 12 12 owner = "quotient-im"; 13 13 repo = "libQuotient"; 14 14 rev = version; 15 - hash = "sha256-qJTikc42sFUlb4g0sAEg6v9d4k1lhbn3MZPvghm56E8="; 15 + hash = "sha256-6sR/80r9qW9kMYqIi2FeXgb6M795XKzpvyE6eTaBsjA="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];