Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #265114 from r-ryantm/auto-update/oh

oh: 0.8.1 -> 0.8.3

authored by OTABI Tomoya and committed by GitHub 73efbd90 d3ccaa8d

+3 -3
+3 -3
pkgs/shells/oh/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "oh"; 5 - version = "0.8.1"; 5 + version = "0.8.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "michaelmacinnis"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-DMxC5fv5ZLDv7gMajC/eyJd2YpO+OXFdvwAPYotnczw="; 11 + sha256 = "sha256-ryIh6MRIOVZPm2USpJC69Z/upIXGUHgcd17eZBA9Edc="; 12 12 }; 13 13 14 - vendorHash = "sha256-f4rqXOu6yXUzNsseSaV9pb8c2KXItYOalB5pfH3Acnc="; 14 + vendorHash = "sha256-Qma5Vk0JO/tTrZanvTCE40LmjeCfBup3U3N7gyhfp44="; 15 15 16 16 meta = with lib; { 17 17 homepage = "https://github.com/michaelmacinnis/oh";