Skip to content

Commit

Permalink
Merge pull request #118325 from mausch/dapr
Browse files Browse the repository at this point in the history
dapr: 0.9.0 -> 1.0.1
  • Loading branch information
SuperSandro2000 authored Apr 2, 2021
2 parents c259908 + c7900f0 commit 5fba338
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/development/tools/dapr/cli/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 5fba338

Please sign in to comment.