Unverified Commit 68cdb347 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

ladybird: 0-unstable-2025-03-16 -> 0-unstable-2025-03-27 (#393829)

parents e5e665ba d4bb8086
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -49,13 +49,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ladybird";
  version = "0-unstable-2025-03-16";
  version = "0-unstable-2025-03-27";

  src = fetchFromGitHub {
    owner = "LadybirdWebBrowser";
    repo = "ladybird";
    rev = "7a2cc28932a7b0f85e7bde6bae273fba8155f573";
    hash = "sha256-yJ51v30Mh9S93ZInafm9kxr0c9hg7LoBufmwyevX/FY=";
    rev = "5ea45da15f5ac956db1cfe0aad74b570f7e88339";
    hash = "sha256-wODm5O15jwnyxvkHVCQBptwoC97tTD0KzwYqGPdY520=";
  };

  postPatch = ''