about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-04 15:24:22 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-05 00:24:22 +0200
commit5a859d9b10a9423b75b0587c70aa9afaeb4a51b8 (patch)
treede99896c9f832fb35ff215f51afbcb424e1b1fa3 /pkgs
parent28f43485d07ed5c7d92b87d365695cf4333b71fa (diff)
downloadnixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.tar
nixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.tar.gz
nixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.tar.bz2
nixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.tar.lz
nixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.tar.xz
nixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.tar.zst
nixlib-5a859d9b10a9423b75b0587c70aa9afaeb4a51b8.zip
stellarium: 0.18.0 -> 0.18.1 (#42949)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/stellarium/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2c607ylvxs69nbr99ly1bgcb0bbk47xf-stellarium-0.18.1/bin/stellarium had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2c607ylvxs69nbr99ly1bgcb0bbk47xf-stellarium-0.18.1/bin/.stellarium-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.18.1 with grep in /nix/store/2c607ylvxs69nbr99ly1bgcb0bbk47xf-stellarium-0.18.1
- directory tree listing: https://gist.github.com/dd98359fb1214ae24bd70e291c1bc33d
- du listing: https://gist.github.com/67baedda5ffc1ad0aa064239cb503c2b
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/astronomy/stellarium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/astronomy/stellarium/default.nix b/pkgs/applications/science/astronomy/stellarium/default.nix
index 945294c556f4..111608126718 100644
--- a/pkgs/applications/science/astronomy/stellarium/default.nix
+++ b/pkgs/applications/science/astronomy/stellarium/default.nix
@@ -6,13 +6,13 @@
 
 mkDerivation rec {
   name = "stellarium-${version}";
-  version = "0.18.0";
+  version = "0.18.1";
 
   src = fetchFromGitHub {
     owner = "Stellarium";
     repo = "stellarium";
     rev = "v${version}";
-    sha256 = "11rh4gan8bhqb2n6a94g773drbq4ffii7aqjwxv97r036579azb2";
+    sha256 = "0srwi08azzzayf50dr4dr1zcdcc8hwribzv7xvb7hbp6xp51c813";
   };
 
   nativeBuildInputs = [ cmake perl ];