docker-compose_1: Use SRI hash

To allow awsebcli to use its changeversion function to uniformly
overwrite the hash.
This commit is contained in:
Martin Weinelt 2023-03-03 03:44:21 +01:00
parent 0215034f25
commit 9ab46b47e8

View File

@ -13,7 +13,7 @@ buildPythonApplication rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-TIzZ0h0jdBJ5PRi9MxEASe6a+Nqz/iwhO70HM5WbCbc="; hash = "sha256-TIzZ0h0jdBJ5PRi9MxEASe6a+Nqz/iwhO70HM5WbCbc=";
}; };
# lots of networking and other fails # lots of networking and other fails