meteor-git: 0.27.0 -> 0.28.1 (#419562)

Co-authored-by: nebunebu <nebunebu@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] nebunebu and committed by GitHub 0ff356d1 5ab479ef

+2 -2
+2 -2
pkgs/by-name/me/meteor-git/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "meteor-git"; 9 - version = "0.27.0"; 9 + version = "0.28.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "stefanlogue"; 13 13 repo = "meteor"; 14 14 rev = "v${version}"; 15 - hash = "sha256-OH4WQNSbTMaysaHoKcy3S9V7BWu93Djr8toWtQ7Xj/w="; 15 + hash = "sha256-2BosD88B3ZnLniNhKn4VJjHM5tCfbiTBjLqpU8RHMBI="; 16 16 }; 17 17 18 18 vendorHash = "sha256-jKd/eJwp5SZvTrP3RN7xT7ibAB0PQondGR3RT+HQXIo=";