Unverified Commit ce74158b authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 29a1311a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,11 +64,11 @@

stdenv.mkDerivation rec {
  pname = "gnome-control-center";
  version = "43.2";
  version = "43.4.1";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "sha256-1/JWq6gKkscnsyn9AchgLaS3jw/drsk/zZEJaWRwBWM=";
    sha256 = "sha256-AA+XBRroJHJJOSsB+/uiCv7lZiZxlscNVEChisBY2Z4=";
  };

  patches = [