Skip to content

Commit

Permalink
clib: 1.8.1 -> 1.11.2
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clib/versions

(cherry picked from commit 4f1a4ba)
  • Loading branch information
r-ryantm authored and Ma27 committed Sep 26, 2019
1 parent ee08175 commit db73b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/clib/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, curl }:

stdenv.mkDerivation rec {
version = "1.8.1";
version = "1.11.2";
pname = "clib";

src = fetchFromGitHub {
rev = version;
owner = "clibs";
repo = "clib";
sha256 = "1kl8amlw0106jsvv71a7nifhff1jdvgsrxr7l7hfr75i506q8976";
sha256 = "03q5l873zc1dm478f35ibqandypakf47hzqb5gjpnpbcyb2m2jxz";
};

hardeningDisable = [ "fortify" ];
Expand Down

0 comments on commit db73b29

Please sign in to comment.