File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/applications/science/astronomy/kstars Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 stdenv ,
4- mkDerivation ,
54 extra-cmake-modules ,
65 fetchurl ,
76 kconfig ,
3433 wcslib ,
3534 stellarsolver ,
3635 libxisf ,
36+ curl ,
3737} :
38-
3938stdenv . mkDerivation ( finalAttrs : {
4039 pname = "kstars" ;
41- version = "3.7.2 " ;
40+ version = "3.7.4 " ;
4241
4342 src = fetchurl {
4443 url = "mirror://kde/stable/kstars/${ finalAttrs . version } /kstars-${ finalAttrs . version } .tar.xz" ;
45- hash = "sha256-fEu3BGBW5cgrY38zBB3iL0/SRrobEtJVsGNWRNtT40s =" ;
44+ hash = "sha256-WdVsPCwDQWW/NIRehuqk5f8rgtucAbGLSbmwZLMLiHM =" ;
4645 } ;
4746
4847 nativeBuildInputs = [
@@ -80,6 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
8079 wcslib
8180 stellarsolver
8281 libxisf
82+ curl
8383 ] ;
8484
8585 cmakeFlags = [
You can’t perform that action at this time.
0 commit comments