Unverified Commit b303129c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #253165 from figsoda/star

star-history: 1.0.13 -> 1.0.14
parents 4b02fb20 8a099ecd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
  pname = "star-history";
  version = "1.0.13";
  version = "1.0.14";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-WOdiBN/qyszAI4GNFB/RuZd9EV0uj9l5yUnryZ6cqSE=";
    sha256 = "sha256-bdu0LLH6f5rLwzNw1wz0J9zEspYmAOlJYCWOdamWjyw=";
  };

  cargoSha256 = "sha256-sET5Gf4vLJAvgdslT+bov9vzCKuTKCEJ0/+JR2GfhmY=";
  cargoSha256 = "sha256-Z7zq93Orx7Mb2b9oZxAIPn6qObzYPGOx4N86naUvqtg=";

  nativeBuildInputs = [ pkg-config ];