difftastic: 0.64.0 -> 0.65.0 (#445711)

authored by Sandro and committed by GitHub 3166f8c8 e8387e23

+3 -3
+3 -3
pkgs/by-name/di/difftastic/package.nix
··· 9 10 rustPlatform.buildRustPackage (finalAttrs: { 11 pname = "difftastic"; 12 - version = "0.64.0"; 13 14 src = fetchFromGitHub { 15 owner = "wilfred"; 16 repo = "difftastic"; 17 tag = finalAttrs.version; 18 - hash = "sha256-XMvysYO6Kji9cbfGayB6wPVuNp0j2uXLHfZ9H+dBLt0="; 19 }; 20 21 - cargoHash = "sha256-1u3oUbqhwHXD90ld70pjK2XPJe5hpUbJtU78QpIjAE8="; 22 23 env = lib.optionalAttrs stdenv.hostPlatform.isStatic { RUSTFLAGS = "-C relocation-model=static"; }; 24
··· 9 10 rustPlatform.buildRustPackage (finalAttrs: { 11 pname = "difftastic"; 12 + version = "0.65.0"; 13 14 src = fetchFromGitHub { 15 owner = "wilfred"; 16 repo = "difftastic"; 17 tag = finalAttrs.version; 18 + hash = "sha256-w4z1ljIjPQQYPpMGgrcptTYeP5S72iVvVgNvrctN61w="; 19 }; 20 21 + cargoHash = "sha256-qj2CyHlEVxTo3wsmuivpnhx02/gMbZjmpAM3dp4xXEQ="; 22 23 env = lib.optionalAttrs stdenv.hostPlatform.isStatic { RUSTFLAGS = "-C relocation-model=static"; }; 24