sup: update to latest version, use better version number

This commit is contained in:
Jason "Don" O'Conal 2013-12-02 21:53:53 +00:00 committed by Bjørn Forsman
parent 28722a265b
commit d937187808

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl, ruby, rake, rubygems, makeWrapper, ncursesw_sup { stdenv, fetchgit, ruby, rake, rubygems, makeWrapper, ncursesw_sup
, xapian_ruby, gpgme, libiconvOrEmpty, mime_types, chronic, trollop, lockfile , xapian_ruby, gpgme, libiconvOrEmpty, mime_types, chronic, trollop, lockfile
, gettext, iconv, locale, text, highline, rmail_sup, unicode, gnupg, which }: , gettext, iconv, locale, text, highline, rmail_sup, unicode, gnupg, which }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "f27661b1656ae1f0d28fd89595b5a16f268d8d3d"; version = "20131130";
name = "sup-${version}"; name = "sup-${version}";
meta = { meta = {
@ -16,9 +16,9 @@ stdenv.mkDerivation rec {
dontStrip = true; dontStrip = true;
src = fetchurl { src = fetchgit {
url = "https://github.com/sup-heliotrope/sup/archive/${version}.tar.gz"; url = git://github.com/sup-heliotrope/sup.git;
sha256 = "08fxf1knji3260d0mrp86x6yayp43iq7kc5rfay3hga8i2sckdia"; rev = "a5a1e39034204ac4b05c9171a71164712690b010";
}; };
buildInputs = buildInputs =