urdfdom-headers: 1.0.5 -> 1.1.0

+4 -4
+4 -4
pkgs/development/libraries/urdfdom-headers/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "urdfdom-headers"; 5 - version = "1.0.5"; 6 7 src = fetchFromGitHub { 8 owner = "ros"; 9 repo = "urdfdom_headers"; 10 rev = version; 11 - sha256 = "1abzhcyv2vad8l36vy0fcz9kpgns834la7hf9zal962bwycqnkmg"; 12 }; 13 14 patches = [ 15 # Fix CMake relative install dir assumptions (https://github.com/ros/urdfdom_headers/pull/66) 16 (fetchpatch { 17 - url = "https://github.com/ros/urdfdom_headers/commit/990fd233b1a3ff68872a3552f3ea5ccbe105848c.patch"; 18 - sha256 = "1hxf2kw3mkll3fzvsby104b2m854bdpiy9gr3r9ysmw2r537gqdy"; 19 }) 20 ]; 21
··· 2 3 stdenv.mkDerivation rec { 4 pname = "urdfdom-headers"; 5 + version = "1.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "ros"; 9 repo = "urdfdom_headers"; 10 rev = version; 11 + hash = "sha256-ry5wDMRxR7TtupUghe9t1XP0XMvWKiOesO5RFHPrSdI="; 12 }; 13 14 patches = [ 15 # Fix CMake relative install dir assumptions (https://github.com/ros/urdfdom_headers/pull/66) 16 (fetchpatch { 17 + url = "https://github.com/ros/urdfdom_headers/commit/c9c993147bbf18d5ec83bae684c5780281e529b4.patch"; 18 + hash = "sha256-BnYPdcetYSim2O1R38N0d1tY0Id++AgKNic8+dlM6Vg="; 19 }) 20 ]; 21