nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

xld: fix updateScript xmlstarlet xPath

iivusly 3a985fd7 bff4b056

+1 -1
+1 -1
pkgs/by-name/xl/xld/package.nix
··· 46 46 ]; 47 47 text = '' 48 48 url=$(curl --silent "https://svn.code.sf.net/p/xld/code/appcast/xld-appcast_e.xml") 49 - version=$(echo "$url" | xmlstarlet sel -t -v "substring-before(substring-after(//enclosure/@url, 'version='), '&')") 49 + version=$(echo "$url" | xmlstarlet sel -t -v "//enclosure/@sparkle:shortVersionString") 50 50 update-source-version xld "$version" --file=./pkgs/by-name/xl/xld/package.nix 51 51 ''; 52 52 });