Commit 21c82b82 authored by R. RyanTM's avatar R. RyanTM
Browse files

sad: 0.4.31 -> 0.4.32

parent 9d962cd4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "sad";
  version = "0.4.31";
  version = "0.4.32";

  src = fetchFromGitHub {
    owner = "ms-jpq";
    repo = "sad";
    tag = "v${version}";
    hash = "sha256-frsOfv98VdetlwgNA6O0KEhcCSY9tQeEwkl2am226ko=";
    hash = "sha256-c5TYIVUrfKrVuyolVe7+EhiM/SOFNahz8X6F8WrKEa0=";
  };

  cargoHash = "sha256-2oZf2wim2h/krGZMg7Psxx0VLFE/Xf1d1vWqkVtjSmo=";
  cargoHash = "sha256-EoSu2xhwTRvawRpMg4QG/kSBiUyDQVsc3evAlKpO1TI=";

  nativeBuildInputs = [ python3 ];