Unverified Commit 03bdf06c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #244398 from tfmoraes/blackbox_terminal_0.14

parents 56f391f6 4c6d4170
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "blackbox";
  version = "0.13.2";
  version = "0.14.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "raggesilver";
    repo = "blackbox";
    rev = "v${version}";
    hash = "sha256-qz1805HLG/Yexilw0YCkTzed1wqonUtJ+QrbMyhKHh8=";
    hash = "sha256-ebwh9WTooJuvYFIygDBn9lYC7+lx9P1HskvKU8EX9jw=";
  };

  postPatch = ''
@@ -64,6 +64,8 @@ stdenv.mkDerivation rec {
    libgee
  ];

  mesonFlags = [ "-Dblackbox_is_flatpak=false" ];

  meta = with lib; {
    description = "Beautiful GTK 4 terminal";
    homepage = "https://gitlab.gnome.org/raggesilver/blackbox";
+4 −4
Original line number Diff line number Diff line
@@ -13,15 +13,15 @@

stdenv.mkDerivation {
  pname = "marble";
  version = "unstable-2022-04-20";
  version = "unstable-2023-05-11";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "raggesilver";
    repo = "marble";
    # Latest commit from the 'wip/gtk4' branch
    rev = "6dcc6fefa35f0151b0549c01bd774750fe6bdef8";
    sha256 = "sha256-0VJ9nyjWOOdLBm3ufleS/xcAS5YsSedJ2NtBjyM3uaY=";
    # the same used on flatpak
    rev = "f240b2ec7d5cdacb8fdcc553703420dc5101ffdb";
    sha256 = "sha256-obtz7zOyEZPgi/NNjtLr6aFm/1UVTzjTdJpN3JQfpUs=";
  };

  nativeBuildInputs = [