Merge pull request #204037 from r-ryantm/auto-update/indilib

indilib: 2.0.2 -> 2.0.3
This commit is contained in:
Weijia Wang 2023-08-07 12:50:54 +02:00 committed by GitHub
commit 9b204e5c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "indilib";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "indilib";
repo = "indi";
rev = "v${version}";
hash = "sha256-GoEvWzGT3Ckv9Syif6Z2kAlnvg/Kt5I8SpGFG9kFTJo=";
hash = "sha256-YhUwRbpmEybezvopbqFj7M1EE3pufkNrN8yi/zbnJ3U=";
};
nativeBuildInputs = [