Quack 0.39.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24670
This commit is contained in:
parent
9feaed78d2
commit
08d9437bce
@ -1,12 +1,12 @@
|
|||||||
{ fetchurl, stdenv, emacs }:
|
{ fetchurl, stdenv, emacs }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "quack-0.37";
|
name = "quack-0.39";
|
||||||
|
|
||||||
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 = "1q5442cpvw2i0qhmhn7mh45jnmzg0cmd01k5zp4gvg1526c0hbcc";
|
sha256 = "1w3p03f1f3l2nldxc7dig1kkgbbvy5j7zid0cfmkcrpp1qrcsqic";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user