{ fetchgit , stdenv , callPackage }: stdenv.lib.overrideDerivation (callPackage ./trivmix.nix {}) (attrs : { src = fetchgit { url = git://git.yggdrasil.li/trivmix; # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/beuteltier' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' rev = "5c320eb3668f153c229fba7b118b20ccffb8734b"; sha256 = "27158c3b870cf09a7ae541d9d9e3349af2fc2a72dd2fe322d4438925d2bec8c2"; }; })