blackbox: 0.12.2 -> 0.13.1
This commit is contained in:
parent
0f213d0fee
commit
6674c5281b
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue