Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

uriparser: 0.9.0 -> 0.9.1

+2 -2
+2 -2
pkgs/development/libraries/uriparser/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "uriparser-${version}"; 5 - version = "0.9.0"; 5 + version = "0.9.1"; 6 6 7 7 # Release tarball differs from source tarball 8 8 src = fetchurl { 9 9 url = "https://github.com/uriparser/uriparser/releases/download/${name}/${name}.tar.bz2"; 10 - sha256 = "0b2yagxzhq9ghpszci6a9xlqg0yl7vq9j5r8dwbar3nszqsfnrzc"; 10 + sha256 = "1gisi7h8hd6mswbiaaa3s25bnb77xf37pzrmjy63rcdpwcyqy93m"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ pkgconfig doxygen graphviz ];