gnome-connections: 42.1.2 → 43.beta
https://gitlab.gnome.org/GNOME/gnome-connections/-/compare/42.1.2...43.beta gnome-connections: 42.1.2 → 43.beta https://gitlab.gnome.org/GNOME/connections/-/compare/42.1.2...43.beta Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
d279e74926
commit
ac40458951
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, vala_0_56
|
||||
, vala
|
||||
, gettext
|
||||
, itstool
|
||||
, python3
|
||||
|
@ -23,18 +23,18 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-connections";
|
||||
version = "42.1.2";
|
||||
version = "43.beta";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-2ObnJ0EJHYkt/IQoH2JVUdBWjNSC1I21ik7bivoTd7Y=";
|
||||
hash = "sha256-kzdY9NJMQzgVPZEcquvWS1nfbtirewm5WVcreKsM2kU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
vala_0_56
|
||||
vala
|
||||
gettext
|
||||
itstool
|
||||
python3
|
||||
|
|
Loading…
Reference in a new issue