Merge pull request #40098 from r-ryantm/auto-update/libcue

libcue: 2.2.0 -> 2.2.1
This commit is contained in:
Jörg Thalheim 2018-05-07 11:45:41 +01:00 committed by GitHub
commit 791aad4e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libcue-${version}";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "lipnitsk";
repo = "libcue";
rev = "v${version}";
sha256 = "0znn9scamy1nsz1dzvsamqg46zr7ldfvpxiyzi1ss9d6gbcm0frs";
sha256 = "1iqw4n01rv2jyk9lksagyxj8ml0kcfwk67n79zy1r6zv1xfp5ywm";
};
nativeBuildInputs = [ cmake bison flex ];