Unverified Commit 18451d41 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

noctalia-shell: 4.2.5 -> 4.3.0 (#486206)

parents 9e15c5d7 46aa96cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,13 +64,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "noctalia-shell";
  version = "4.2.5";
  version = "4.3.0";

  src = fetchFromGitHub {
    owner = "noctalia-dev";
    repo = "noctalia-shell";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SHavMqGRv78sND/wQ53OhBBE2VBhgE3bSNRxxo5z7FE=";
    hash = "sha256-u+M2dCw9PznZTgn51DwHpX4VcU9ZC9Acub7qKhCpr3c=";
  };

  nativeBuildInputs = [