sad: 0.4.31 -> 0.4.32
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user