Commit 41acd5bc authored by Jan Tojnar's avatar Jan Tojnar
Browse files
parent 28fb2d91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "gnome-shell";
  version = "44.3";
  version = "44.4";

  outputs = [ "out" "devdoc" ];

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "VWlLccLuTq72DZNCgAPy6qTPABhoSPXja0XP5Qb8Mb8=";
    sha256 = "HdUebujZL7y5XObd8Ruf7OiNImIsAQFf+pNgFpzUGGY=";
  };

  patches = [