meteor-git: 0.28.1 -> 0.28.2

This commit is contained in:
R. Ryantm 2025-07-04 11:38:10 +00:00
parent 2f29d6f3ee
commit d128a486f6

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "meteor-git";
version = "0.28.1";
version = "0.28.2";
src = fetchFromGitHub {
owner = "stefanlogue";
repo = "meteor";
rev = "v${version}";
hash = "sha256-2BosD88B3ZnLniNhKn4VJjHM5tCfbiTBjLqpU8RHMBI=";
hash = "sha256-pTK1MLkBuESi3Grlqc4ZAGUZzUnHSThparUF+KyAztM=";
};
vendorHash = "sha256-jKd/eJwp5SZvTrP3RN7xT7ibAB0PQondGR3RT+HQXIo=";