Skip to content

Commit

Permalink
Merge pull request #194292 from figsoda/update-pods
Browse files Browse the repository at this point in the history
pods: 1.0.0-beta.4 -> 1.0.0-beta.5
  • Loading branch information
figsoda committed Oct 4, 2022
2 parents bc990f2 + 1d9aaba commit bcf1085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/pods/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@

stdenv.mkDerivation rec {
pname = "pods";
version = "1.0.0-beta.4";
version = "1.0.0-beta.5";

src = fetchFromGitHub {
owner = "marhkb";
repo = pname;
rev = "v${version}";
sha256 = "1j5rz43860n17qcxmc5dj8sll3y593jj9zz1sfvnx4g0694sp0cl";
sha256 = "sha256-Bp/ILQY5Xa8wrq7v9O9QohWzlevdN3MwMjjnlimt6HM=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
sha256 = "sha256-tj0ROO8HmFWyQLYDrdywOneHz6X43dRZJFTB+aw+m7o=";
sha256 = "sha256-iToznqaNXArVrSdDXGPJol3OeFdM3J8VgYSs+mjM0SE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bcf1085

Please sign in to comment.