stellarium: 1.1 -> 1.2

https://github.com/Stellarium/stellarium/releases/tag/v1.2
This commit is contained in:
kilianar
2022-12-26 17:16:12 +01:00
committed by Bjørn Forsman
parent 8b4fd74782
commit 00f3a18c70
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "stellarium";
version = "1.1";
version = "1.2";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-ellfBZWOkvlRauuwug96C7P/WjQ6dXiDnT0b3KH5zRM=";
sha256 = "sha256-0/ZSe6QfM2zVsqcbyqefl9hiuex72KPxJvVMRNCnpZg=";
};
nativeBuildInputs = [