Skip to content

Commit

Permalink
Merge pull request NixOS#277673 from r-ryantm/auto-update/phd2
Browse files Browse the repository at this point in the history
phd2: 2.6.12 -> 2.6.13
  • Loading branch information
wegank committed Jan 4, 2024
2 parents 73148fa + 2aa11b0 commit 864ba7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/astronomy/phd2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "phd2";
version = "2.6.12";
version = "2.6.13";

src = fetchFromGitHub {
owner = "OpenPHDGuiding";
repo = "phd2";
rev = "v${version}";
sha256 = "sha256-vq6qhwL8mB5ET/9qFWDZHxqL+RDXRly+CwbRz/wuyZg=";
sha256 = "sha256-GnT/tyk975caqESBSu4mdX5IWGi5O+RljLSd+CwoGWo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 864ba7f

Please sign in to comment.