git-diff-image: unstable-2023-01-01 → unstable-2023-09-04

This commit is contained in:
Andrew Kvalheim 2023-12-02 18:04:49 -08:00
parent d6f52843b1
commit de03498d1e

View file

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation {
pname = "git-diff-image";
version = "unstable-2023-01-01";
version = "unstable-2023-09-04";
src = fetchFromGitHub {
owner = "ewanmellor";
repo = "git-diff-image";
rev = "e4932df4e485c2a0df9da4f76703e2e1a3c2192f";
hash = "sha256-bYObihtgZ1NqiOuXvwAY1GSAwxXZXcqbTRjkxZe4JTE=";
rev = "f12098b2b9b9f56f205f8e9ca8435796a0fdc1fc";
hash = "sha256-xfs3848FwQzLdOTAo1vgTJfU71Syk8bHj4VBNAStT0k=";
};
buildInputs = [ makeWrapper ];