mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
gsettings-desktop-schemas: 46.0 → 47.beta
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/compare/46.0...47.beta Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
96420d141b
commit
c3e302c87d
@ -13,11 +13,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gsettings-desktop-schemas";
|
||||
version = "46.0";
|
||||
version = "47.beta";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-STpGoRYbY4jVeqcvYyp5zpbELV/70dCwD0luxYdvhXU=";
|
||||
hash = "sha256-J8Pn+/BAtyO/IJjClQ1Lr7pqKLx4TS/QSyjMcGuicTY=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user