gsettings-desktop-schemas: 43.alpha → 43.rc.1
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/compare/43.alpha...43.rc.1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
e5a1f3f13e
commit
4bc540dff3
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gsettings-desktop-schemas";
|
pname = "gsettings-desktop-schemas";
|
||||||
version = "43.alpha";
|
version = "43.rc.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "JrGCkfh7bPrF7APRrKrCwCNQMr7gNOZgaOcEfe8CICg=";
|
sha256 = "5mf1XALmovyRtYamDAJ/ws64NR0XpBRo5ENncVB9tws=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Reference in a new issue