pandoc-imagine: use full commit hash

This commit is contained in:
Patrick Hilhorst
2019-04-25 14:59:20 +02:00
parent 3fba87fb5b
commit 361a138f5a

View File

@@ -7,7 +7,7 @@ buildPythonApplication rec {
src = fetchFromGitHub {
repo = "imagine";
owner = "hertogp";
rev = "cc9be85";
rev = "cc9be85155666c2d12d47a71690ba618cea1fac2";
sha256 = "0iksh9081g488yfjzd24bz4lm1nrrjamph1vynx3imrcfgyq7nsb";
};