Unverified Commit 980b30df authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

kstars: 3.7.6 -> 3.7.7 (#418753)

parents 5e9bb450 864a8cdb
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchurl,
  fetchpatch,
  cfitsio,
  cmake,
  curl,
@@ -23,20 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "kstars";
  version = "3.7.6";
  version = "3.7.7";

  src = fetchurl {
    url = "mirror://kde/stable/kstars/${finalAttrs.version}/kstars-${finalAttrs.version}.tar.xz";
    hash = "sha256-6hwWMmAGKJmldL8eTLQzzBsumk5thFoqGvm2dWk0Jpo=";
    hash = "sha256-8tvWwmxFUSqnw5JPC/Bgao75eORoxUUF3MDLL+EgAkU=";
  };

  patches = [
    (fetchpatch {
      url = "https://invent.kde.org/education/kstars/-/commit/92eb37bdb3e24bd06e6da9977f3bf76218c95339.diff";
      hash = "sha256-f2m15op48FiPYsKJ7WudlejVwoiGYWGnX2QiCnBINU8=";
    })
  ];

  nativeBuildInputs = with kdePackages; [
    extra-cmake-modules
    kdoctools