lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #198743 from figsoda/update-pods

pods: 1.0.0-beta.6-> 1.0.0-beta.7

authored by

figsoda and committed by
GitHub
b6e25014 28f46060

+3 -3
+3 -3
pkgs/applications/virtualization/pods/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "pods"; 18 - version = "1.0.0-beta.6"; 18 + version = "1.0.0-beta.7"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "marhkb"; 22 22 repo = pname; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-ndsxa4d4lB1kZtRoLmAs/3e93qoKlS1YjB1GK9xby/A="; 24 + sha256 = "sha256-b44x+VyoiDafsPqfCTPm70zZJfNYQ31/UXsrXP6K29E="; 25 25 }; 26 26 27 27 cargoDeps = rustPlatform.fetchCargoTarball { 28 28 inherit src; 29 29 name = "${pname}-${version}"; 30 - sha256 = "sha256-qgR7wVXGJyAYCh9B9uJ63njXjiZa4BswfFMBhBpvKoM="; 30 + sha256 = "sha256-kgXt5enZ0VJr6hmEVcCREna4Y53q1jEFzUMsGtV2zvY="; 31 31 }; 32 32 33 33 nativeBuildInputs = [