Loading pkgs/by-name/ks/kstars/package.nix +2 −10 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, fetchpatch, cfitsio, cmake, curl, Loading @@ -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 Loading Loading
pkgs/by-name/ks/kstars/package.nix +2 −10 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, fetchpatch, cfitsio, cmake, curl, Loading @@ -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 Loading