File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
pkgs/desktops/deepin/apps/deepin-calculator Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 66 qt5integration ,
77 qt5platform-plugins ,
88 libsForQt5 ,
9- dde-qt-dbus-factory ,
109 cmake ,
1110 pkg-config ,
1211 gtest ,
1312} :
1413
1514stdenv . mkDerivation rec {
1615 pname = "deepin-calculator" ;
17- version = "5.8.24 " ;
16+ version = "6.5.2 " ;
1817
1918 src = fetchFromGitHub {
2019 owner = "linuxdeepin" ;
2120 repo = pname ;
2221 rev = version ;
23- sha256 = "sha256-Gv4X1vT3w3kd1FN6BBpUeG2VBz/e+OWLBQyBL7r3BrI =" ;
22+ hash = "sha256-5igRoyXx71LepvWlS+CDRq0q9BFCDitM+83j3Mt6DxU =" ;
2423 } ;
2524
2625 nativeBuildInputs = [
@@ -36,20 +35,19 @@ stdenv.mkDerivation rec {
3635 qt5platform-plugins
3736 libsForQt5 . qtbase
3837 libsForQt5 . qtsvg
39- dde-qt-dbus-factory
4038 gtest
4139 ] ;
4240
4341 strictDeps = true ;
4442
4543 cmakeFlags = [ "-DVERSION=${ version } " ] ;
4644
47- meta = with lib ; {
45+ meta = {
4846 description = "Easy to use calculator for ordinary users" ;
4947 mainProgram = "deepin-calculator" ;
5048 homepage = "https://github.com/linuxdeepin/deepin-calculator" ;
51- license = licenses . gpl3Plus ;
52- platforms = platforms . linux ;
53- maintainers = teams . deepin . members ;
49+ license = lib . licenses . gpl3Plus ;
50+ platforms = lib . platforms . linux ;
51+ maintainers = lib . teams . deepin . members ;
5452 } ;
5553}
You can’t perform that action at this time.
0 commit comments