sem: 0.30.1 -> 0.31.0

This commit is contained in:
R. Ryantm
2025-02-20 06:32:12 +00:00
parent 247b88d510
commit 8b27499fe4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sem";
version = "0.30.1";
version = "0.31.0";
src = fetchFromGitHub {
owner = "semaphoreci";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-C4n6pmqNdZr4kEz/MZgQjwATpjhelkCA0nDyCR/k0mc=";
sha256 = "sha256-w/QxN8ntfyoHKVLRIawN0SoUI2oTQg8gNzVUiXR7Klc=";
};
vendorHash = "sha256-p8+M+pRp12P7tYlFpXjU94JcJOugQpD8rFdowhonh74=";