mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #211365 from chuangzhu/blackbox
blackbox: 0.12.2 -> 0.13.1
This commit is contained in:
commit
e294860550
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user