Skip to content

Commit

Permalink
stellarium: 1.2 -> 23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianar committed Mar 27, 2023
1 parent 733e7c5 commit d19f5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/astronomy/stellarium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
pname = "stellarium";
version = "1.2";
version = "23.1";

src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-0/ZSe6QfM2zVsqcbyqefl9hiuex72KPxJvVMRNCnpZg=";
hash = "sha256-7jzS3pRklPsCTgCr3nrywfHCNlBDHuyuGGvrVoI9+A0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d19f5de

Please sign in to comment.