Skip to content

Commit 2aa11b0

Browse files
committed
phd2: 2.6.12 -> 2.6.13
1 parent 01962ad commit 2aa11b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/science/astronomy/phd2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
stdenv.mkDerivation rec {
55
pname = "phd2";
6-
version = "2.6.12";
6+
version = "2.6.13";
77

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

1515
nativeBuildInputs = [

0 commit comments

Comments
 (0)