sad: 0.4.27 -> 0.4.28

This commit is contained in:
R. Ryantm 2024-04-08 09:23:36 +00:00
parent f6eb921406
commit e50cb99f36

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "sad"; pname = "sad";
version = "0.4.27"; version = "0.4.28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ms-jpq"; owner = "ms-jpq";
repo = "sad"; repo = "sad";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-hb09YwF59I8zQ6dIrGkCWJ98VeB5EYoNloTGg5v2BIs="; hash = "sha256-9zsNYUYUQ3RmJQN7uf+YQjywr7rRAIx5zz6EYkbN8/o=";
}; };
cargoHash = "sha256-wFmC19uGEaS8Rn+bKdljAZY24/AL9VDV183xXBjt79M="; cargoHash = "sha256-OSVG1sFSLKkVsgI0I2mYTszcPGlfOL1Md/aCpMf6Eow=";
nativeBuildInputs = [ python3 ]; nativeBuildInputs = [ python3 ];