mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #35759 from ryantm/auto-update/libconfuse-3.0-to-3.2.1
libconfuse: 3.0 -> 3.2.1
This commit is contained in:
commit
97c06d5887
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libconfuse-${version}";
|
||||
version = "3.0";
|
||||
version = "3.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "0021768bxqdxn84yaipncgi64889zrhc0r4ifmlfxirwq101dgr5";
|
||||
sha256 = "1pb74wpg1cxz9hpp0p8i1qq6anaq06mh4xljd8dllm653fxvbjdz";
|
||||
rev = "v${version}";
|
||||
repo = "libconfuse";
|
||||
owner = "martinh";
|
||||
|
|
Loading…
Reference in a new issue