summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 11:52:38 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 11:52:38 -0700
commit323dc1171bf738c2948d312e1bcc0ecf467ab5a0 (patch)
treebb9972b7681902deff13c53c2bee47414c456f63 /pkgs/tools/package-management
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.tar
nixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.tar.gz
nixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.tar.bz2
nixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.tar.lz
nixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.tar.xz
nixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.tar.zst
nixlib-323dc1171bf738c2948d312e1bcc0ecf467ab5a0.zip
createrepo_c: 0.10.0 -> 0.11.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/japb72abhyigv3na7jb2jnslg4m5lvks-createrepo_c-0.11.0/bin/createrepo_c passed the binary check.
- /nix/store/japb72abhyigv3na7jb2jnslg4m5lvks-createrepo_c-0.11.0/bin/mergerepo_c passed the binary check.
- /nix/store/japb72abhyigv3na7jb2jnslg4m5lvks-createrepo_c-0.11.0/bin/modifyrepo_c passed the binary check.
- /nix/store/japb72abhyigv3na7jb2jnslg4m5lvks-createrepo_c-0.11.0/bin/sqliterepo_c passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 0.11.0 with grep in /nix/store/japb72abhyigv3na7jb2jnslg4m5lvks-createrepo_c-0.11.0
- directory tree listing: https://gist.github.com/58f40cce4b69dd806f345f13d65833cb
- du listing: https://gist.github.com/4f61dce7f9bacb5093fb7cec50712fc1
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/createrepo_c/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/package-management/createrepo_c/default.nix b/pkgs/tools/package-management/createrepo_c/default.nix
index c2fd1293b791..f6314b655294 100644
--- a/pkgs/tools/package-management/createrepo_c/default.nix
+++ b/pkgs/tools/package-management/createrepo_c/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, cmake, pkgconfig, bzip2, expat, glib, curl, libxml2, python2, rpm, openssl, sqlite, file, xz, pcre, bash-completion }:
 
 stdenv.mkDerivation rec {
-  rev  = "0.10.0";
+  rev  = "0.11.0";
   name = "createrepo_c-${rev}";
 
   src = fetchFromGitHub {
     inherit rev;
     owner  = "rpm-software-management";
     repo   = "createrepo_c";
-    sha256 = "1sqzdkj9vigkvxsjlih1i0gylv53na2yic5if9w1s2sgxhqqz5zv";
+    sha256 = "1w9yynj8mxhw714gvgr0fibfks584b4y0n4vjckcf7y97cpdhjkn";
   };
 
   patches = [