sad: 0.4.23 -> 0.4.25

This commit is contained in:
R. Ryantm 2024-03-23 02:33:10 +00:00
parent 53c8f2940d
commit c114ad3fb4
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "sad";
version = "0.4.23";
version = "0.4.25";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = pname;
rev = "v${version}";
hash = "sha256-LNMc+3pXx7VyNq0dws+s13ZA3+f8aJzgbAxzI71NKx0=";
hash = "sha256-G+Mkyw7TNx5+fhnaOe3Fsb1JuafqckcZ83BTnuWUZBU=";
};
cargoHash = "sha256-UjXJmH4UI5Vey2rBy57CI1r13bpGYhIozEoOoyoRDLQ=";
cargoHash = "sha256-PTldq13csCmQ3u+M+BTftmxpRh32Bw9ds6yx+pE7HRc=";
nativeBuildInputs = [ python3 ];