3
0
Fork 0
forked from mirrors/nixpkgs

sem: 0.28.5 -> 0.28.6

This commit is contained in:
R. Ryantm 2024-01-24 10:15:13 +00:00
parent 19f815760d
commit e190b3ccff

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sem";
version = "0.28.5";
version = "0.28.6";
src = fetchFromGitHub {
owner = "semaphoreci";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-XprWg6JZBBqHQmbdNyKaNLFyxTGkaGzMPLanISYIjYY=";
sha256 = "sha256-8zGgqa0z3KYSYVaYlSnTET7QJ+Mdp+FVJ5MD2pyh7Ns=";
};
vendorHash = "sha256-p8+M+pRp12P7tYlFpXjU94JcJOugQpD8rFdowhonh74=";