Skip to content

Commit

Permalink
kstars: 3.7.0 -> 3.7.2 (#337238)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Sep 12, 2024
2 parents cc2a69f + 8d35d02 commit d058ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/astronomy/kstars/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "kstars";
version = "3.7.0";
version = "3.7.2";

src = fetchurl {
url = "mirror://kde/stable/kstars/kstars-${finalAttrs.version}.tar.xz";
hash = "sha256-yvN1k0LqUi5Odb34Nk8UP5qoIbFUcvUiyESpoMKmuqg=";
url = "mirror://kde/stable/kstars/${finalAttrs.version}/kstars-${finalAttrs.version}.tar.xz";
hash = "sha256-fEu3BGBW5cgrY38zBB3iL0/SRrobEtJVsGNWRNtT40s=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d058ef2

Please sign in to comment.