mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
gsettings-desktop-schemas: 48.rc → 48.0
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/compare/48.rc...48.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
815dba9e4f
commit
a831246c45
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gsettings-desktop-schemas";
|
pname = "gsettings-desktop-schemas";
|
||||||
version = "48.rc";
|
version = "48.0";
|
||||||
|
|
||||||
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";
|
||||||
hash = "sha256-LSawXZl3I/Z/O+BSYikj2DrNBMy7rwG4BmiloCSaymc=";
|
hash = "sha256-5o8VWBO/GPhlqLLI6dRzWItsytyvu2Zqt4iFfGwtG9M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue