Unverified Commit 3d2db723 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

cargo-lock: 10.0.1 -> 11.0.0 (#460822)

parents 674c8dc6 1c0cb5de
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-lock";
  version = "10.0.1";
  version = "11.0.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-Ui/Z4syhSxemV1R815R+yytDwN2YJBcHGscUYUp/0zE=";
    hash = "sha256-Gz459c2IWD19RGBg2TyHbI/VNCelha+R0FeNkAaHksU=";
  };

  cargoHash = "sha256-WdIKTTP5Z+rSq97BSdsx9Hqc46jEF0XjgeZ23BDSeRk=";
  cargoHash = "sha256-Kw1LWu/DYfeuf5aMaNslnDyEoaRj0J+yxWs7sKHyWlU=";

  buildFeatures = [ "cli" ];