tarsnapper: add sha256 to fix fetchgit assertion

This commit is contained in:
Luca Bruno 2014-07-12 11:31:52 +02:00
parent e57e57c25d
commit 07b24b31e4

View File

@ -7652,6 +7652,7 @@ rec {
src = fetchgit {
url = https://github.com/miracle2k/tarsnapper.git;
rev = "620439bca68892f2ffaba1079a34b18496cc6596";
sha256 = "06pp499qm2dxpja2jgmmq2jrcx3m4nq52x5hhil9r1jxvyiq962p";
};
propagatedBuildInputs = [ argparse pyyaml ];