blackbox-terminal: 0.13.1 -> 0.13.2

This commit is contained in:
Thiago Franco de Moraes 2023-06-13 18:35:57 -03:00
parent 1f5a30f310
commit 6bf7b51fb8
No known key found for this signature in database
GPG Key ID: 1B96996EE6559B7A

View File

@ -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 = ''