rgrc: 0.6.9 → 0.6.12, enable embed-configs feature (#492367)

This commit is contained in:
Jo
2026-02-20 12:34:47 +00:00
committed by GitHub
+4 -3
View File
@@ -10,17 +10,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rgrc";
version = "0.6.9";
version = "0.6.12";
src = fetchFromGitHub {
owner = "lazywalker";
repo = "rgrc";
tag = "v${finalAttrs.version}";
hash = "sha256-Sc0JmcnxW9WZ78ayJtSWTZBoVgqnFGUO2dKGi8U05S0=";
hash = "sha256-PgfLDVO1OyHlJYbUzZCkKv7SV/nSPFjUhi5qpdxCDYw=";
};
cargoHash = "sha256-wEE08Rqga5Ffz6IgYyQto0gB8bXCZ6Myc3r6uM5XTCs=";
cargoHash = "sha256-ek9Cf33fW6kS0L+u8mQYqsqZmv7dfptHFd+t3odtCO4=";
buildFeatures = [ "embed-configs" ];
nativeBuildInputs = [ installShellFiles ];
checkFlags = [ "--skip=test_command_exists" ];