mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gnome-control-center: 50.1 → 50.2
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/50.1...50.2
This commit is contained in:
parent
99728d9ec3
commit
df9ee173ed
1 changed files with 2 additions and 2 deletions
|
|
@ -77,11 +77,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-control-center";
|
||||
version = "50.1";
|
||||
version = "50.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-64MkkdCI5PdCbopZKxBCikWlc2wL/+IQXFHExow6Ud0=";
|
||||
hash = "sha256-tWvriHuUMumAp1e5juydMdiWlev/tHkbPDvUeWI6kmE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue