Merge pull request #118325 from mausch/dapr

dapr: 0.9.0 -> 1.0.1
This commit is contained in:
Sandro 2021-04-02 22:07:35 +02:00 committed by GitHub
commit 5fba3382ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,13 @@
{ buildGoModule, fetchFromGitHub, lib }:
let
buildGoModule rec {
pname = "dapr";
version = "0.9.0";
sha256 = "1vdbh5pg3j7kqqqhhf4d9xfzbpqmjc4x373sk43pb05prg4w71s7";
vendorSha256 = "19qcpd5i60xmsr8m8mx16imm5falkqcgqpwpx3clfvqxjyflglpp";
in buildGoModule {
inherit pname version vendorSha256;
version = "1.0.1";
vendorSha256 = "13fb6fdjqrsl74569nh2l7x9w7w61bcvkksj410s2f85bicc29rf";
src = fetchFromGitHub {
inherit sha256;
sha256 = "15zz212sm83l6l7npislixxn23fg190b44bfxnrjrlyjbz370kch";
owner = "dapr";
repo = "cli";