redu: 0.2.13 -> 0.2.14 (#419177)

Co-authored-by: alexfmpe <alexfmpe@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-23 14:29:09 +00:00
committed by GitHub
co-authored by alexfmpe
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "redu";
version = "0.2.13";
version = "0.2.14";
src = fetchFromGitHub {
owner = "drdo";
repo = "redu";
tag = "v${finalAttrs.version}";
hash = "sha256-iea3tt1WB0/5XPNeCAk38/UoCHVSngXfNmfZQyspmsw=";
hash = "sha256-E5itus0l1eENVWaSXUQHumxfo0ZMfSsguJuVSw0Uauk=";
};
cargoHash = "sha256-fiMZIFIVeFnBnRBgmdUB8E5A2pM5nrTfUgD1LS6a4LQ=";
cargoHash = "sha256-ZUA9zmWzPvyFmqQFW3ShnQRqG3TODN7K8Ex1jrOZxd0=";
env.RUSTC_BOOTSTRAP = 1;