Merge pull request #237641 from tfmoraes/blackbox_terminal_0.13.2

blackbox-terminal: 0.13.1 -> 0.13.2
This commit is contained in:
Emily
2023-06-18 13:14:46 +02:00
committed by GitHub
@@ -27,14 +27,14 @@ let
in
stdenv.mkDerivation rec {
pname = "blackbox";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "raggesilver";
repo = "blackbox";
rev = "v${version}";
hash = "sha256-WeR7zdYdRWBR+kmxLjRFE6QII9RdBig7wrbVoCPA5go=";
hash = "sha256-qz1805HLG/Yexilw0YCkTzed1wqonUtJ+QrbMyhKHh8=";
};
postPatch = ''