3
0
Fork 0
forked from mirrors/nixpkgs

swh-lv2: fix name (use date)

This commit is contained in:
Arseniy Seroka 2015-02-17 02:35:00 +03:00
parent db35cb4937
commit bbbb9c0f93

View file

@ -1,15 +1,12 @@
{ stdenv, fetchgit, fftwSinglePrec, libxslt, lv2, pkgconfig }: { stdenv, fetchgit, fftwSinglePrec, libxslt, lv2, pkgconfig }:
let
rev = "ec6b85e19e24ed";
in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "swh-lv2-${rev}"; name = "swh-lv2-git-2013-05-17";
src = fetchgit { src = fetchgit {
url = "git://github.com/swh/lv2.git"; url = "https://github.com/swh/lv2.git";
inherit rev; rev = "978d5d8f549fd22048157a6d044af0faeaacbd7f";
sha256 = "d0d918ee642cd9649215737fcc008ce2bf55f4ea893a1897138b33775ea60d17"; sha256 = "3a9c042785b856623339aedafa5bc019b41beb8034d8594c7bbd6c9c26368065";
}; };
patchPhase = '' patchPhase = ''