rapidraw: 1.5.6 -> 1.5.8

(cherry picked from commit c97810402d)
This commit is contained in:
Kieran Klukas 2026-06-25 14:49:26 -04:00 committed by github-actions[bot]
commit 7325a81b9c

View file

@ -42,16 +42,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rapidraw";
version = "1.5.6";
version = "1.5.8";
src = fetchFromGitHub {
owner = "CyberTimon";
repo = "RapidRAW";
tag = "v${finalAttrs.version}";
hash = "sha256-pfOdq2Q7GLGbzcgFkrRiczMWnS5TImbayYE1VWenYuo=";
hash = "sha256-LbAEQwZeFeiKV6lVt8vh+mZpqlJ02RSHs0rZEMeMRc4=";
};
cargoHash = "sha256-liWOY+Jq8Yqo0QsntKjq2ntMAacfFyHCm6yhQM+KwRA=";
cargoHash = "sha256-vx4+5aMxML5Cp1s7HKHSOYS4d4HaAGO2l6jMZuFPUsQ=";
npmDeps = fetchNpmDeps {
inherit (finalAttrs) src;