Merge pull request #133858 from superherointj/package-temporal-1.11.3

temporal: 1.11.2 -> 1.11.3
This commit is contained in:
Sandro 2021-08-15 03:00:51 +02:00 committed by GitHub
commit 0eb1c3ab19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "temporal";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
sha256 = "sha256-DskJtZGp8zmSWC5GJijNbhwKQF0Y0FXXh7wCzlbAgy8=";
sha256 = "sha256-SVcjKiIJqHYYO/zu0u/9GFR4Cg3jZvaVlZFfeCkXJoc=";
};
vendorSha256 = "sha256-eO/23MQpdXQNPCIzMC9nxvrgUFuEPABJ7vkBZKv+XZI=";