docker-compose_1: Use SRI hash

To allow awsebcli to use its changeversion function to uniformly
overwrite the hash.

+1 -1
+1 -1
pkgs/applications/virtualization/docker/compose_1.nix
··· 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "sha256-TIzZ0h0jdBJ5PRi9MxEASe6a+Nqz/iwhO70HM5WbCbc="; 17 }; 18 19 # lots of networking and other fails
··· 13 14 src = fetchPypi { 15 inherit pname version; 16 + hash = "sha256-TIzZ0h0jdBJ5PRi9MxEASe6a+Nqz/iwhO70HM5WbCbc="; 17 }; 18 19 # lots of networking and other fails