litmus: 0.14 -> 0.17

R. Ryantm 473e6619 660b9cfd

+2 -2
+2 -2
pkgs/by-name/li/litmus/package.nix
··· 11 }: 12 13 stdenv.mkDerivation rec { 14 - version = "0.14"; 15 pname = "litmus"; 16 17 src = fetchFromGitHub { ··· 20 tag = version; 21 # Required for neon m4 macros, bundled neon not used 22 fetchSubmodules = true; 23 - hash = "sha256-jWz0cnytgn7px3vvB9/ilWBNALQiW5/QvgguM27I3yQ="; 24 }; 25 26 postPatch = ''
··· 11 }: 12 13 stdenv.mkDerivation rec { 14 + version = "0.17"; 15 pname = "litmus"; 16 17 src = fetchFromGitHub { ··· 20 tag = version; 21 # Required for neon m4 macros, bundled neon not used 22 fetchSubmodules = true; 23 + hash = "sha256-JsFyZeaUTDCFZtlG8kyycTE14i4U4R6lTTVWLPjKGPU="; 24 }; 25 26 postPatch = ''