sem: 0.31.0 -> 0.32.0 (#419190)

authored by Wolfgang Walther and committed by GitHub 0c428368 c3bcada0

+2 -2
+2 -2
pkgs/by-name/se/sem/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "sem"; 9 - version = "0.31.0"; 9 + version = "0.32.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "semaphoreci"; 13 13 repo = "cli"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-w/QxN8ntfyoHKVLRIawN0SoUI2oTQg8gNzVUiXR7Klc="; 15 + sha256 = "sha256-w9j7Lv8aSTWqH75ttazHjop+B1JbcgSuUIIGbJpR2vc="; 16 16 }; 17 17 18 18 vendorHash = "sha256-p8+M+pRp12P7tYlFpXjU94JcJOugQpD8rFdowhonh74=";