Unverified Commit 4a33bdac authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

star-history: 1.0.26 -> 1.0.27 (#386908)

parents 5c1672fd 1492476b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@

rustPlatform.buildRustPackage rec {
  pname = "star-history";
  version = "1.0.26";
  version = "1.0.27";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-qwpUV+amv/n/lRcFYf/TgXoj3aHdg3kZJigEeA0fKBg=";
    hash = "sha256-IpMhCI6XS6h7kHaohCdS0YAUUR6PeC9mbMRCiS3p29c=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Lzuzb0d1p5JGrz1cp+GuB7uoCIV+xJLNs6N22Gd8Nbs=";
  cargoHash = "sha256-bu7YUwrLKHdDL+rxw++8mrWH2hBhEF4jNqZls/9F+aM=";

  nativeBuildInputs = [ pkg-config ];