Merge pull request #251195 from r-ryantm/auto-update/gerbv

gerbv: 2.9.8 -> 2.10.0

authored by

Matthias Beyer and committed by
GitHub
2ece2a07 7da17f58

+2 -2
+2 -2
pkgs/applications/science/electronics/gerbv/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "gerbv"; 16 - version = "2.9.8"; 16 + version = "2.10.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "gerbv"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-6r9C5qDOXsQoLsYMSCuIS01gI0ijH7WDoepcowo1yQw="; 22 + hash = "sha256-sr48RGLYcMKuyH9p+5BhnR6QpKBvNOqqtRryw3+pbBk="; 23 23 }; 24 24 25 25 postPatch = ''