We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01962ad commit 2aa11b0Copy full SHA for 2aa11b0
pkgs/applications/science/astronomy/phd2/default.nix
@@ -3,13 +3,13 @@
3
4
stdenv.mkDerivation rec {
5
pname = "phd2";
6
- version = "2.6.12";
+ version = "2.6.13";
7
8
src = fetchFromGitHub {
9
owner = "OpenPHDGuiding";
10
repo = "phd2";
11
rev = "v${version}";
12
- sha256 = "sha256-vq6qhwL8mB5ET/9qFWDZHxqL+RDXRly+CwbRz/wuyZg=";
+ sha256 = "sha256-GnT/tyk975caqESBSu4mdX5IWGi5O+RljLSd+CwoGWo=";
13
};
14
15
nativeBuildInputs = [
0 commit comments