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 {
pname = "siril";
version = "1.2.1";
version = "1.2.3";
src = fetchFromGitLab {
owner = "free-astro";
repo = "siril";
rev = version;
hash = "sha256-njvByA8nbG3qHKfv8eX20TrIhngVI0nzIHmhYIN6htE=";
hash = "sha256-JUMk2XHMOeocSpeeI+k3s9TsEQCdqz3oigTzuwRHbT4=";
};
nativeBuildInputs = [