quantframe: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm
2025-10-26 16:58:06 +01:00
committed by Weijia Wang
parent 2f6268ca27
commit 5d673c219b
+2 -2
View File
@@ -17,13 +17,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "quantframe";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "Kenya-DK";
repo = "quantframe-react";
tag = "v${finalAttrs.version}";
hash = "sha256-afTiQzHat6k+BF8EhYhd0o0FzYjq7GpnOnjRhjXASG8=";
hash = "sha256-PCfejmL+dztzw2bBZxXzZlXBiSLO/eRgvP9jLK/G8PQ=";
};
postPatch = ''