libqmatrixclient: 0.3.0.2 -> 0.4.0 (#49281)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libqmatrixclient/versions
This commit is contained in:
parent
d888c03784
commit
6e664678a4
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libqmatrixclient-${version}";
|
name = "libqmatrixclient-${version}";
|
||||||
version = "0.3.0.2";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "QMatrixClient";
|
owner = "QMatrixClient";
|
||||||
repo = "libqmatrixclient";
|
repo = "libqmatrixclient";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "03pxmr4wa818fgqddkr2fkwz6pda538x3ic9yq7c40x98zqf55w5";
|
sha256 = "1llzqjagvp91kcg26q5c4qw9aaz7wna3rh6k06rc3baivrjqf3cn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user