siril: 1.2.1 -> 1.2.3

This commit is contained in:
R. Ryantm 2024-06-25 05:43:30 +00:00
parent e1f89770af
commit c2bf44e56f

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "siril"; pname = "siril";
version = "1.2.1"; version = "1.2.3";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "free-astro"; owner = "free-astro";
repo = "siril"; repo = "siril";
rev = version; rev = version;
hash = "sha256-njvByA8nbG3qHKfv8eX20TrIhngVI0nzIHmhYIN6htE="; hash = "sha256-JUMk2XHMOeocSpeeI+k3s9TsEQCdqz3oigTzuwRHbT4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [