summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:44:50 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 02:44:50 -0700
commitf08e06ba2f955d7c900b6c0a18ad0102db363871 (patch)
tree0e141e4c28468b7133c726f19c97ccf90223e476 /pkgs/development
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.tar
nixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.tar.gz
nixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.tar.bz2
nixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.tar.lz
nixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.tar.xz
nixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.tar.zst
nixlib-f08e06ba2f955d7c900b6c0a18ad0102db363871.zip
libcue: 2.2.0 -> 2.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libcue/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.2.1 with grep in /nix/store/lqppvr2arq1jmmdil3519c2y7hhm0vq3-libcue-2.2.1
- directory tree listing: https://gist.github.com/49da59ef9dfe640d50f9bc6ee72a7457
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libcue/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libcue/default.nix b/pkgs/development/libraries/libcue/default.nix
index fb0f0d3d3f9c..dbc5f1cf4ec6 100644
--- a/pkgs/development/libraries/libcue/default.nix
+++ b/pkgs/development/libraries/libcue/default.nix
@@ -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 ];