Unverified Commit 7cd4b02a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

podlet: 0.3.0 -> 0.3.1 (#486408)

parents b9ecd315 c3da21ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "podlet";
  version = "0.3.0";
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podlet";
    tag = "v${version}";
    hash = "sha256-STkYCaXBoQSmFKpMdsKzqFGXHh9s0jeGi5K2itj8jmc=";
    hash = "sha256-9hZ0JggtLgLpWQXTCNI4+loyGIzh2l9pbrCjI41hNuA=";
  };

  cargoHash = "sha256-FeYGNyBtMCiufeX9Eik3QXPxqOGEW/ZbvwFn50mTag8=";
  cargoHash = "sha256-WYOddpFgD41TpkBXWbzSarfIWRIBR9W+RwkZczkn0sQ=";

  meta = {
    description = "Generate Podman Quadlet files from a Podman command, compose file, or existing object";