mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
guake: 3.6.3 -> 3.9.0
Fixes CVE-2021-23556
This commit is contained in:
parent
aa007170d5
commit
5819054b67
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user