pdfstudio2024: 2024.0.0 -> 2024.0.1
This commit is contained in:
parent
1bc34e6907
commit
749a83e7fe
@ -110,10 +110,10 @@ in
|
||||
program
|
||||
year
|
||||
;
|
||||
version = "${year}.0.0";
|
||||
version = "${year}.0.1";
|
||||
src = fetchurl {
|
||||
url = "https://download.qoppa.com/pdfstudio/v${year}/PDFStudio_v${dot2dash version}_linux64.deb";
|
||||
hash = "sha256-9TMSKtBE0+T7wRnBgtUjRr/JUmCaYdyD/7y0ML37wCM=";
|
||||
hash = "sha256-dptpkWPlocp4U9QSp+AJTOSVWA3RRs8GrFfXhCYzOJc=";
|
||||
};
|
||||
extraBuildInputs = [
|
||||
(lib.getLib stdenv.cc.cc) # for libstdc++.so.6 and libgomp.so.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user