kilianar 2023-03-28 00:13:23 +02:00
parent 733e7c52c2
commit d19f5dedec

View file

@ -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 = [