Merge pull request #211365 from chuangzhu/blackbox

blackbox: 0.12.2 -> 0.13.1
This commit is contained in:
Nick Cao 2023-01-20 07:51:41 +08:00 committed by GitHub
commit e294860550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
, pcre2 , pcre2
, libxml2 , libxml2
, librsvg , librsvg
, libgee
, callPackage , callPackage
, python3 , python3
, gtk3 , gtk3
@ -26,14 +27,14 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "blackbox"; pname = "blackbox";
version = "0.12.2"; version = "0.13.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "raggesilver"; owner = "raggesilver";
repo = "blackbox"; repo = "blackbox";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4/rtviBv5KXheLLExxOvaF0wU87eRKMNxlYCVxuIQgU="; hash = "sha256-WeR7zdYdRWBR+kmxLjRFE6QII9RdBig7wrbVoCPA5go=";
}; };
postPatch = '' postPatch = ''
@ -60,6 +61,7 @@ stdenv.mkDerivation rec {
pcre2 pcre2
libxml2 libxml2
librsvg librsvg
libgee
]; ];
meta = with lib; { meta = with lib; {