phd2: 2.6.11 -> 2.6.12

This commit is contained in:
R. Ryantm
2023-11-22 05:33:54 +00:00
parent ec6cc9c826
commit 2f143de8fd
@@ -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 = [