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

spin: update from 6.4.1 to 6.4.3

+2 -2
+2 -2
pkgs/development/tools/analysis/spin/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "spin-${version}"; 5 - version = "6.4.1"; 5 + version = "6.4.3"; 6 6 url-version = stdenv.lib.replaceChars ["."] [""] version; 7 7 8 8 src = fetchurl { 9 9 url = "http://spinroot.com/spin/Src/spin${url-version}.tar.gz"; 10 10 curlOpts = "--user-agent 'Mozilla/5.0'"; 11 - sha256 = "02r2jazb2hnhcqcjnmlj6sjd9dvyfalgi99bzncwfadixf3hmpvn"; 11 + sha256 = "0cldhxvfw6llh4spcx0x0535pffx89pvvxpdi0bpqy9a6da85ln1"; 12 12 }; 13 13 14 14 buildInputs = [ yacc ];