Unverified Commit 220044cc authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

secretspec: 0.5.1 -> 0.6.1 (#480439)

parents c95adf86 e85fa41e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "secretspec";
  version = "0.5.1";
  version = "0.6.1";

  src = fetchCrate {
    inherit (finalAttrs) pname version;
    hash = "sha256-hrjR+4XrvmgnO1EsHNFq9FoBkK2rgJLpAbz4rOnRLHw=";
    hash = "sha256-OBIIKoF0WDkLQDVmEQJ8+EyVhFCq1dESgIbAVfNuyBU=";
  };

  cargoHash = "sha256-fbxMKz2fIFnqJ0BM5pyYoVrC06ymmBrvTatItfM82po=";
  cargoHash = "sha256-y6ayj6FcqZI9VR6bXIKdDKrJTFDxF49ZFXXPnWLG6tQ=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ dbus ];