1 { lib, buildNimPackage, fetchFromGitHub, snappy }:
6 src = fetchFromGitHub {
9 rev = "478cc6efdefaabadf0666a3351fb959b78009bcc";
10 hash = "sha256-txlTF0zNV5kV4KfE744oB3aVLCfWS9BdoKxUmTQTTRY=";
16 "Backports, standard library candidates and small utilities that don't yet deserve their own repository";
17 license = [ lib.licenses.asl20 ];
18 maintainers = [ maintainers.ehmry ];