about summary refs log tree commit diff
path: root/pkgs/applications/science/astronomy/stellarium
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-06 19:58:37 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-06 19:58:37 +0000
commitc0df733c0b5cf834b7f765f48b891c1383b5179d (patch)
tree53e1912aa7f48c16de599c0b87b2d785b9d7ebad /pkgs/applications/science/astronomy/stellarium
parent671fd3a3c13383cc1d7805e2b7854b5226205d07 (diff)
stellarium: 0.20.3 -> 0.20.4
Diffstat (limited to 'pkgs/applications/science/astronomy/stellarium')
-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 4c773208d5603..235d06a9cd6fd 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.20.3";
+  version = "0.20.4";
 
   src = fetchFromGitHub {
     owner = "Stellarium";
     repo = "stellarium";
     rev = "v${version}";
-    sha256 = "08abrshrzhdfcg3b2vzfmnq8fhzrasadg1ajs81kcw96yjc59vak";
+    sha256 = "sha256-EhlcaMxlDyX2RneBrpbmLScc9vd77Tf7RPblbQqAqZ0=";
   };
 
   nativeBuildInputs = [ cmake perl wrapQtAppsHook ];