Merge pull request #304418 from r-ryantm/auto-update/libsForQt5.libquotient

libsForQt5.libquotient: 0.8.1.2 -> 0.8.2
This commit is contained in:
Weijia Wang 2024-04-16 12:50:19 +02:00 committed by GitHub
commit b5e2b8e8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ let
isQt6 = lib.versions.major qtbase.version == "6";
in stdenv.mkDerivation rec {
pname = "libquotient";
version = "0.8.1.2";
version = "0.8.2";
outputs = [ "out" "dev" ];
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
hash = "sha256-qJTikc42sFUlb4g0sAEg6v9d4k1lhbn3MZPvghm56E8=";
hash = "sha256-6sR/80r9qW9kMYqIi2FeXgb6M795XKzpvyE6eTaBsjA=";
};
nativeBuildInputs = [ cmake ];