diff options
-rw-r--r-- | pkgs/xslt/input-xslt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/xslt/input-xslt/default.nix b/pkgs/xslt/input-xslt/default.nix index 280ad9b..50ba070 100644 --- a/pkgs/xslt/input-xslt/default.nix +++ b/pkgs/xslt/input-xslt/default.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { owner = "KnairdA"; repo = "InputXSLT"; rev = "master"; - sha256 = "1pjhq1jjfdhd0k3fckvir465l34wkbvqp47r7r6qdd93fg6kw3x8"; + sha256 = "1p2y1m65h1k3g0nj8sgc05f9w880wngrd2n1b53dhhqq4scsj2a7"; }; buildInputs = [ cmake boost xalanc xercesc discount ]; |