Skip to content

Commit

Permalink
containerd: 1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed May 17, 2021
1 parent 7d7efc1 commit d748820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/containerd/default.nix
Expand Up @@ -10,13 +10,13 @@

buildGoPackage rec {
pname = "containerd";
version = "1.5.0";
version = "1.5.1";

src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "sha256-dUn9lvDLoljq5JPFvUdJ8te0VHkCs9Y9Em2mcq5mHvY=";
sha256 = "sha256-1u+H/gJaQhltf/pq7uaAPEUlQ5R6ZByall2neNkon8s=";
};

goPackagePath = "github.com/containerd/containerd";
Expand Down

2 comments on commit d748820

@blaggacao
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryantm @jonringer I get:

error: hash mismatch in fixed-output derivation '/nix/store/vzihmig7vjrbc2wpy112yssgkc0hk3n6-source.drv':
         specified: sha256-1u+H/gJaQhltf/pq7uaAPEUlQ5R6ZByall2neNkon8s=
            got:    sha256-jVyg+fyMuDnV/TM0Z2t+Cr17a6XBv11aWijhsqMnA5s=

How is that possible, has upstream done a force push?

@jonringer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or it's not stable. I have up another PR here: #123741

Please sign in to comment.