lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

graphviz: 2.47.3 -> 2.49.3 (#143231)

Signed-off-by: Felix Singer <felixsinger@posteo.net>

authored by

Felix Singer and committed by
GitHub
f43dc543 87fec0b9

+4 -4
+4 -4
pkgs/tools/graphics/graphviz/default.nix
··· 1 1 import ./base.nix rec { 2 - rev = "887cd2207e6858ff2c0fe6e461dd309a435c8d5a"; # use rev as tags have disappeared before 3 - version = "2.47.3"; 4 - sha256 = "sha256-WUu3eAycG/oHTnT7HiZvf0B45I8miYolwRi9fHfA3uA="; 5 - } 2 + rev = "3425dae078262591d04fec107ec71ab010651852"; # use rev as tags have disappeared before 3 + version = "2.49.3"; 4 + sha256 = "1qvyjly7r1ihacdvxq0r59l4csr09sc05palpshzqsiz2wb1izk0"; 5 + }