treewide: Fix overrides having wrong versions

This commit is contained in:
Patrick Hilhorst
2018-11-06 00:06:21 +01:00
parent b0e9fc131c
commit 9ec40cc3bf
7 changed files with 20 additions and 12 deletions
@@ -3,6 +3,7 @@
let
#xhtml2pdf specifically requires version "1.0b10" of html5lib
html5 = html5lib.overrideAttrs( oldAttrs: rec{
name = "${oldAttrs.pname}-${version}";
version = "1.0b10";
src = oldAttrs.src.override {
inherit version;