Unverified Commit 8027502e authored by Bobby Rong's avatar Bobby Rong
Browse files
parent a68ed7d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-shell";
  version = "45.3";
  version = "45.4";

  outputs = [ "out" "devdoc" ];

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
    sha256 = "OhlyRyDYJ03GvO1o4N1fx2aKBM15l4y7uCI0dMzdqas=";
    sha256 = "W/6jeeEgscfyN/PsNprSfvXC9ZMMffFjs5J4LYWCCQ0=";
  };

  patches = [