9 in stdenv.mkDerivation {
10 name = "${pname}-${version}";
12 src = fetchFromGitHub {
16 sha256 = "1ziv5r57jzg2qg61izvkkyq1bz4p5nb6652dzwykfj3l2r3db4bi";
19 buildInputs = [ python3 ];
29 description = "Program that compares two Nix expressions and determines which attributes changed";
30 homepage = "https://github.com/FRidh/niff";
31 license = lib.licenses.mit;