Merge pull request #202237 from schuelermine/update/blackbox-terminal/0.12.2

blackbox-terminal: 0.12.1 -> 0.12.2
This commit is contained in:
Bobby Rong 2022-11-22 15:29:50 +08:00 committed by GitHub
commit b047c02b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@ let
in
stdenv.mkDerivation rec {
pname = "blackbox";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "raggesilver";
repo = "blackbox";
rev = "v${version}";
sha256 = "sha256-BJtRzjNmJzabI30mySTjWXfN81xj+AWpKhIberXf6Io=";
sha256 = "sha256-4/rtviBv5KXheLLExxOvaF0wU87eRKMNxlYCVxuIQgU=";
};
postPatch = ''