Merge pull request #302527 from r-ryantm/auto-update/sad

sad: 0.4.27 -> 0.4.28
This commit is contained in:
Fabian Affolter 2024-04-09 12:17:16 +02:00 committed by GitHub
commit 3356ef4f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 7 deletions

View File

@ -1,21 +1,22 @@
{ lib
, fetchFromGitHub
, rustPlatform
, python3
{
lib,
fetchFromGitHub,
rustPlatform,
python3,
}:
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 ];