Skip to content

Commit

Permalink
clib: 1.11.3 -> 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 24, 2020
1 parent ce55b09 commit 355cb1f
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.11.3";
version = "1.11.4";
pname = "clib";

src = fetchFromGitHub {
rev = version;
owner = "clibs";
repo = "clib";
sha256 = "0qwds9w9y2dy39bwh2523wra5dj820cjl11ynkshh7k94fk7qgpm";
sha256 = "0cxldyx5bsld8gdasqpqlnzyap294hlkgcjyw3vlzlxcb0izjy8i";
};

hardeningDisable = [ "fortify" ];
Expand Down

0 comments on commit 355cb1f

Please sign in to comment.