mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
clib: 1.8.0 -> 1.8.1 (#46292)
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
This commit is contained in:
parent
c04198a992
commit
2729373cd1
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchFromGitHub, curl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
name = "clib-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = version;
|
||||
owner = "clibs";
|
||||
repo = "clib";
|
||||
sha256 = "0w1qiwq0jjrk8p848bmwxq4wvzhbd2zghq3qm8ylaj3z0xdw7ppk";
|
||||
sha256 = "1kl8amlw0106jsvv71a7nifhff1jdvgsrxr7l7hfr75i506q8976";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
|
Loading…
Reference in a new issue