Skip to content

Commit 1046155

Browse files
kstars: 3.7.2 -> 3.7.4 (NixOS#365965)
2 parents d00a63a + 5ae3243 commit 1046155

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/applications/science/astronomy/kstars/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
stdenv,
4-
mkDerivation,
54
extra-cmake-modules,
65
fetchurl,
76
kconfig,
@@ -34,15 +33,15 @@
3433
wcslib,
3534
stellarsolver,
3635
libxisf,
36+
curl,
3737
}:
38-
3938
stdenv.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 = [

0 commit comments

Comments
 (0)