Skip to content

Commit

Permalink
Merge #43190: libyaml: 0.1.7 -> 0.2.1
Browse files Browse the repository at this point in the history
It builds, the NEWS seem safe enough.
The "large" change in version is apparently due to switching
the maintenance team; ABI tracker shows no changes.
  • Loading branch information
vcunat committed Aug 18, 2018
2 parents 65af430 + 15c30f4 commit 0f57d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libyaml/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchurl }:
let
version = "0.1.7";
version = "0.2.1";
in
stdenv.mkDerivation {
name = "libyaml-${version}";

src = fetchurl {
url = "https://pyyaml.org/download/libyaml/yaml-${version}.tar.gz";
sha256 = "0a87931cx5m14a1x8rbjix3nz7agrcgndf4h392vm62a4rby9240";
sha256 = "1karpcfgacgppa82wm2drcfn2kb6q2wqfykf5nrhy20sci2i2a3q";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 0f57d85

Please sign in to comment.