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