Merge pull request #269115 from r-ryantm/auto-update/phd2

phd2: 2.6.11 -> 2.6.12
This commit is contained in:
Pol Dellaiera 2023-11-27 21:11:38 +01:00 committed by GitHub
commit bc513821fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "phd2";
version = "2.6.11";
version = "2.6.12";
src = fetchFromGitHub {
owner = "OpenPHDGuiding";
repo = "phd2";
rev = "v${version}";
sha256 = "sha256-iautgHOVzdLWYGOVu3wHBDt30uCbaP58mDz/l7buB1k=";
sha256 = "sha256-vq6qhwL8mB5ET/9qFWDZHxqL+RDXRly+CwbRz/wuyZg=";
};
nativeBuildInputs = [