kstars: 3.7.6 -> 3.7.7 (#418753)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-23 01:04:14 +02:00
committed by GitHub
+2 -10
View File
@@ -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