sad: 0.4.31 -> 0.4.32

This commit is contained in:
R. Ryantm
2025-02-04 00:52:04 +00:00
parent 9d962cd4ad
commit 21c82b822e
+3 -3
View File
@@ -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 ];