python3Packages.icdiff: fix src reproducibility (#482036)

This commit is contained in:
Philip Taron
2026-01-20 23:42:42 +00:00
committed by GitHub
@@ -23,8 +23,7 @@ buildPythonPackage rec {
owner = "jeffkaufman";
repo = "icdiff";
tag = "release-${version}";
hash = "sha256-ykQLF2b47RZSlrJXYpZ03evhpcGfVyTYwpO2UbmWqrY=";
deepClone = true;
hash = "sha256-SbgUBWaNT8akYKXYef/94vqZqJannZv+TxfbCnHKQtw=";
};
patches = [ ./0001-Don-t-test-black-or-flake8.patch ];