sftool: 0.1.13 -> 0.1.14 (#446527)

authored by Nick Cao and committed by GitHub e70a959a 62591ad3

+3 -3
+3 -3
pkgs/by-name/sf/sftool/package.nix
··· 10 11 rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "sftool"; 13 - version = "0.1.13"; 14 src = fetchFromGitHub { 15 owner = "OpenSiFli"; 16 repo = "sftool"; 17 tag = finalAttrs.version; 18 - hash = "sha256-/5RVBWHrZpPK2R4khnvZAnFyMfSZStCnQO5g7Ao9Ck4="; 19 }; 20 21 - cargoHash = "sha256-fteBYld3JzsTn/KMy5w/6Ts7x1PsYmi8zhBvgYVw5os="; 22 23 nativeBuildInputs = [ 24 pkg-config
··· 10 11 rustPlatform.buildRustPackage (finalAttrs: { 12 pname = "sftool"; 13 + version = "0.1.14"; 14 src = fetchFromGitHub { 15 owner = "OpenSiFli"; 16 repo = "sftool"; 17 tag = finalAttrs.version; 18 + hash = "sha256-xheGgtE9hZVNa4ceqQCrfiYJwlIuXm00J//0VeZ/afE="; 19 }; 20 21 + cargoHash = "sha256-pimr4OL709EWIoLk/Wq+QAiveLyR/V70nPuzYfZSH/o="; 22 23 nativeBuildInputs = [ 24 pkg-config