about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-24 23:25:35 +0200
committerGitHub <noreply@github.com>2021-06-24 23:25:35 +0200
commite7812f46fecf91d2107aac2dc942a98fcbdb0ebf (patch)
treeaf173450a10c5e68d0116b08046a0a7f4508295b /pkgs
parent72e7c27eaf7d46ed0d96aedc5b9f2a66edc4d856 (diff)
parentea56e08d624bdfdf271d9ee8deaa5a06d010ea24 (diff)
Merge pull request #128025 from Ma27/bump-stellarium
stellarium: 0.21.0 -> 0.21.1
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 7922f4d02adff..2e28d9d83e58b 100644
--- a/pkgs/applications/science/astronomy/stellarium/default.nix
+++ b/pkgs/applications/science/astronomy/stellarium/default.nix
@@ -6,13 +6,13 @@
 
 mkDerivation rec {
   pname = "stellarium";
-  version = "0.21.0";
+  version = "0.21.1";
 
   src = fetchFromGitHub {
     owner = "Stellarium";
     repo = "stellarium";
     rev = "v${version}";
-    sha256 = "sha256-LOBWfKLtoFemiWBUVayIBG0DORvjI6h9kgaPH9hGmKY=";
+    sha256 = "sha256-dAdB57phD5phl8dQZIHtqtnA2LZqR+JoXTzIBtqBevA=";
   };
 
   nativeBuildInputs = [ cmake perl wrapQtAppsHook ];