xfce.catfish: 4.16.4 -> 4.18.0

https://gitlab.xfce.org/apps/catfish/-/compare/catfish-4.16.4...catfish-4.18.0
This commit is contained in:
Bobby Rong 2023-08-07 10:14:47 +08:00
parent 18036c0be9
commit 7930f24ef5
No known key found for this signature in database

View file

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "catfish";
version = "4.16.4";
version = "4.18.0";
src = fetchFromGitLab {
domain = "gitlab.xfce.org";
owner = "apps";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-hdrEFdBa/4i/PF7VyEI7ObiJXLIRW+RFSe8yGnUpqRc=";
sha256 = "sha256-hfbIgSFn48++eGrJXzhXRxhWkrjgTYsr7BX/n0EXhGo=";
};
nativeBuildInputs = [