gollum: 4.1.2 -> 4.1.3

This commit is contained in:
Michael Weiss
2018-09-19 19:07:20 +02:00
parent aff090292c
commit 265c5fc485
3 changed files with 88 additions and 44 deletions
@@ -4,6 +4,7 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "gollum";
# nix-shell -p bundix icu zlib
version = (import ./gemset.nix).gollum.version;
nativeBuildInputs = [ makeWrapper ];