gitAndTools.git-open: 1.3.1 -> 2.0.0

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.0 with grep in /nix/store/bl1bdnjxn6k22is2w6qvdjl7kvhzjv2s-git-open-2.0.0
- directory tree listing: https://gist.github.com/7c26064e56c054ea6ba2b4d9162267cd

authored by Ryan Mulligan and committed by Matthew Justin Bauer f3231c6b fc68b01b

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/git-open/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "git-open-${version}"; 5 - version = "1.3.1"; 5 + version = "2.0.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "paulirish"; 9 9 repo = "git-open"; 10 10 rev = "v${version}"; 11 - sha256 = "1klj41vqgyyigqzi6s1ykz9vd8wvaq3skin63pi989dlsjf7igyr"; 11 + sha256 = "0lprzrjsqrg83gixfaiw26achgd8l7s56jknsjss4p7y0w1fxm05"; 12 12 }; 13 13 14 14 buildInputs = [ makeWrapper ];