3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #135373 from r-ryantm/auto-update/temporal

temporal: 1.11.3 -> 1.11.4
This commit is contained in:
Sandro 2021-08-23 16:12:22 +02:00 committed by GitHub
commit 037a58f93c
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.3";
version = "1.11.4";
src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
rev = "v${version}";
sha256 = "sha256-SVcjKiIJqHYYO/zu0u/9GFR4Cg3jZvaVlZFfeCkXJoc=";
sha256 = "sha256-JVwFNhWAoZk3ZRl180KgE94DQPbowRya9irwwJQyN3g=";
};
vendorSha256 = "sha256-eO/23MQpdXQNPCIzMC9nxvrgUFuEPABJ7vkBZKv+XZI=";