guake: 3.6.3 -> 3.9.0

Fixes CVE-2021-23556
This commit is contained in:
Yorick van Pelt 2022-10-09 11:40:53 +02:00
parent aa007170d5
commit 5819054b67
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -15,15 +15,15 @@
python3.pkgs.buildPythonApplication rec {
pname = "guake";
version = "3.6.3";
version = "3.9.0";
format = "other";
src = fetchFromGitHub {
owner = "Guake";
repo = "guake";
rev = version;
sha256 = "13ipnmqcyixpa6qv83m0f91za4kar14s5jpib68b32z65x1h0j3b";
rev = "refs/tags/${version}";
sha256 = "sha256-BW13fBH26UqMPMjV8JC4QkpgzyoPfCpAfSkJD68uOZU=";
};
# Strict deps breaks guake
@ -55,12 +55,15 @@ python3.pkgs.buildPythonApplication rec {
pycairo
pygobject3
setuptools
setuptools-scm
pyyaml
];
PBR_VERSION = version; # pbr needs either .git directory, sdist, or env var
SETUPTOOLS_SCM_PRETEND_VERSION = version;
makeFlags = [
"prefix=${placeholder "out"}"
"PREFIX=${placeholder "out"}"
];
preFixup = ''