Skip to content

Commit fb0410c

Browse files
spacekittehMic92
authored andcommittedMay 11, 2017
proofgeneral: 2017-03-13 -> 2017-05-06 (#25695)
1 parent ea031fe commit fb0410c

File tree

1 file changed

+7
-6
lines changed
  • pkgs/applications/editors/emacs-modes/proofgeneral

1 file changed

+7
-6
lines changed
 

‎pkgs/applications/editors/emacs-modes/proofgeneral/HEAD.nix

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
{ stdenv, fetchgit, emacs, texinfo, texLive, perl, which, automake, enableDoc ? false }:
1+
{ stdenv, fetchFromGitHub, emacs, texinfo, texLive, perl, which, automake, enableDoc ? false }:
22

33
stdenv.mkDerivation (rec {
44
name = "ProofGeneral-unstable-${version}";
5-
version = "2017-03-13";
5+
version = "2017-05-06";
66

7-
src = fetchgit {
8-
url = "https://github.com/ProofGeneral/PG.git";
9-
rev = "62ec846fcaaef8f3ae94302cbef2972f88a0804f";
10-
sha256 = "0vln1bc884qynbl5yci0dkr6ckz3p46q4jrhxgylcx4w0jkhizhm";
7+
src = fetchFromGitHub {
8+
owner = "ProofGeneral";
9+
repo = "PG";
10+
rev = "574b0992e3cb4b7a4ad88400b9a5ab0198a96ca5";
11+
sha256 = "1c1pgdmy58h78s53g0ga9b5ilbsibz0dr2lk52xgbs3q5m22v5fh";
1112
};
1213

1314
buildInputs = [ emacs texinfo perl which ] ++ stdenv.lib.optional enableDoc texLive;

0 commit comments

Comments
 (0)