Merge pull request #101848 from kinnala/master
This commit is contained in:
commit
d01627cb71
@ -4,7 +4,7 @@ let
|
|||||||
# To obtain the version you will need to run the following command:
|
# To obtain the version you will need to run the following command:
|
||||||
#
|
#
|
||||||
# dpkg-deb -I ${odafileconverter.src} | grep Version
|
# dpkg-deb -I ${odafileconverter.src} | grep Version
|
||||||
version = "21.7.0.0";
|
version = "21.11.0.0";
|
||||||
rpath = "$ORIGIN:${lib.makeLibraryPath [ stdenv.cc.cc qtbase ]}";
|
rpath = "$ORIGIN:${lib.makeLibraryPath [ stdenv.cc.cc qtbase ]}";
|
||||||
|
|
||||||
in mkDerivation {
|
in mkDerivation {
|
||||||
@ -14,8 +14,8 @@ in mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# NB: this URL is not stable (i.e. the underlying file and the corresponding version will change over time)
|
# NB: this URL is not stable (i.e. the underlying file and the corresponding version will change over time)
|
||||||
url = "https://download.opendesign.com/guestfiles/ODAFileConverter/ODAFileConverter_QT5_lnxX64_7.2dll.deb";
|
url = "http://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb";
|
||||||
sha256 = "0sa21nnwzqb6g7gl0z43smqgcd9h3xipj3cq2cl7ybfh3cvcxfi9";
|
sha256 = "10027a3ab18efd04ca75aa699ff550eca3bdfe6f7084460d3c00001bffb50070";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user