Quack 0.36.
svn path=/nixpkgs/trunk/; revision=16068
This commit is contained in:
parent
0ee475b7f9
commit
7519caa4f4
@ -1,12 +1,12 @@
|
|||||||
{ fetchurl, stdenv, emacs }:
|
{ fetchurl, stdenv, emacs }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "quack-0.30";
|
name = "quack-0.36";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# XXX: Upstream URL is not versioned, which might eventually break this.
|
# XXX: Upstream URL is not versioned, which might eventually break this.
|
||||||
url = "http://www.neilvandyke.org/quack/quack.el";
|
url = "http://www.neilvandyke.org/quack/quack.el";
|
||||||
sha256 = "1xmpbdb064s3l3cv4agf03ir1g7xfzyvlqayr3yy5f8z3i6pf7mi";
|
sha256 = "0y9l35a8v56ldy4dap0816i80q9lnfpp27pl2a12d5hzb84hq8nr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user