3
0
Fork 0
forked from mirrors/nixpkgs

indilib: 1.9.0 -> 1.9.1

This commit is contained in:
Hunter Jones 2021-06-26 13:13:45 -05:00
parent e859759427
commit 15270b5c83
2 changed files with 4 additions and 4 deletions

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "indilib";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "indilib";
repo = "indi";
rev = "v${version}";
sha256 = "sha256-YdVBzhz+Gim27/Js5MhEJNukoXp5eK9/dZ+JQVyls0M=";
sha256 = "sha256-qXGTHyXhJrApexQL31fba0ZvnHEyTsY3Tb7aB4GpGn4=";
};
nativeBuildInputs = [

View file

@ -1,12 +1,12 @@
{ stdenv, lib, callPackage, fetchFromGitHub, indilib }:
let
indi-version = "1.9.0";
indi-version = "1.9.1";
indi-3rdparty-src = fetchFromGitHub {
owner = "indilib";
repo = "indi-3rdparty";
rev = "v${indi-version}";
sha256 = "sha256-5VR1MN52a0ZtaHYw4lD6LWmnvc1oHlfE5GLGbfBKvqE=";
sha256 = "sha256-F0O4WUYdUL6IjJyON/XJp78v4n5rj0unm1xTzEsEH0k=";
};
indi-firmware = callPackage ./indi-firmware.nix {
version = indi-version;