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

sftool: 0.1.13 -> 0.1.14 (#446527)

parents 62591ad3 2ede0ee8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "sftool";
  version = "0.1.13";
  version = "0.1.14";
  src = fetchFromGitHub {
    owner = "OpenSiFli";
    repo = "sftool";
    tag = finalAttrs.version;
    hash = "sha256-/5RVBWHrZpPK2R4khnvZAnFyMfSZStCnQO5g7Ao9Ck4=";
    hash = "sha256-xheGgtE9hZVNa4ceqQCrfiYJwlIuXm00J//0VeZ/afE=";
  };

  cargoHash = "sha256-fteBYld3JzsTn/KMy5w/6Ts7x1PsYmi8zhBvgYVw5os=";
  cargoHash = "sha256-pimr4OL709EWIoLk/Wq+QAiveLyR/V70nPuzYfZSH/o=";

  nativeBuildInputs = [
    pkg-config