tarsnapper: add sha256 to fix fetchgit assertion
This commit is contained in:
parent
e57e57c25d
commit
07b24b31e4
@ -7652,6 +7652,7 @@ rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/miracle2k/tarsnapper.git;
|
url = https://github.com/miracle2k/tarsnapper.git;
|
||||||
rev = "620439bca68892f2ffaba1079a34b18496cc6596";
|
rev = "620439bca68892f2ffaba1079a34b18496cc6596";
|
||||||
|
sha256 = "06pp499qm2dxpja2jgmmq2jrcx3m4nq52x5hhil9r1jxvyiq962p";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ argparse pyyaml ];
|
propagatedBuildInputs = [ argparse pyyaml ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user