tremor: rename according to our docs

https://nixos.org/nixpkgs/manual/#sec-package-naming
I forgot to include this commit in the parent merge.
This commit is contained in:
Vladimír Čunát 2018-03-18 10:19:18 +01:00
parent 65cf335715
commit bbe8c1e593
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,7 +1,7 @@
{ stdenv, fetchgit, autoreconfHook, pkgconfig, libogg }:
stdenv.mkDerivation rec {
name = "tremor-git-${src.rev}";
name = "tremor-unstable-2018-03-16";
src = fetchgit {
url = https://git.xiph.org/tremor.git;