File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 3232} :
3333stdenv . mkDerivation rec {
3434 pname = "deskflow" ;
35- version = "1.17.2 " ;
35+ version = "1.18.0 " ;
3636
3737 src = fetchFromGitHub {
3838 owner = "deskflow" ;
3939 repo = "deskflow" ;
40- rev = "refs/tags/ v${ version } " ;
41- hash = "sha256-CHlvL/MC9clFrMxlfIXaCFoTkcLS7QsYK7MXMFW0188 =" ;
40+ tag = "v${ version } " ;
41+ hash = "sha256-FdpDaJ+pphy2+8prlKst0DjmdbcZOmNp+lKN5xdnvC8 =" ;
4242 } ;
4343
4444 postPatch = ''
4545 substituteInPlace src/lib/deskflow/unix/AppUtilUnix.cpp \
4646 --replace-fail "/usr/share/X11/xkb/rules/evdev.xml" "${ xkeyboard_config } /share/X11/xkb/rules/evdev.xml"
4747 substituteInPlace src/lib/gui/tls/TlsCertificate.cpp \
48- --replace-fail "\"openssl\"" "\"${ lib . getBin openssl } /bin/openssl\""
48+ --replace-fail '"openssl"' '"${ lib . getBin openssl } /bin/openssl"'
49+ substituteInPlace deploy/linux/deploy.cmake \
50+ --replace-fail 'message(FATAL_ERROR "Unable to read file /etc/os-release")' 'set(RELEASE_FILE_CONTENTS "")'
4951 '' ;
5052
5153 nativeBuildInputs = [
@@ -117,9 +119,6 @@ stdenv.mkDerivation rec {
117119 knownVulnerabilities = [
118120 "CVE-2021-42072"
119121 "CVE-2021-42073"
120- "CVE-2021-42074"
121- "CVE-2021-42075"
122- "CVE-2021-42076"
123122 ] ;
124123 } ;
125124}
You can’t perform that action at this time.
0 commit comments