Merge pull request #184713 from r-ryantm/auto-update/siril

siril: 1.0.0 -> 1.0.3
This commit is contained in:
Jonas Heinrich 2022-08-21 18:13:09 +02:00 committed by GitHub
commit 48c0cae744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "siril";
version = "1.0.0";
version = "1.0.3";
src = fetchFromGitLab {
owner = "free-astro";
repo = pname;
rev = version;
sha256 = "sha256-yqWFEa1fnSwl0ecN9hMI13QCfj0f69CFqTJlEAhTpJI=";
sha256 = "sha256-Y5ED2LuNapaq+FkKg3m8t4sgoh2TGXO1VX0p5gwlJjQ=";
};
nativeBuildInputs = [