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
1 changed files with 3 additions and 3 deletions

View File

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