omnix: 1.3.0 -> 1.3.2 (#472294)

This commit is contained in:
Gergő Gutyina
2026-01-09 16:46:38 +00:00
committed by GitHub
+3 -3
View File
@@ -11,16 +11,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "omnix";
version = "1.3.0";
version = "1.3.2";
src = fetchFromGitHub {
owner = "juspay";
repo = "omnix";
tag = "v${finalAttrs.version}";
hash = "sha256-wxBZLeYoYIQlZLsWpJty95fUmEbgHPCwbn392b9n3NY=";
hash = "sha256-D9rAVsSFooVWpSX//gTcRcmgiAjwZYNRMDIctMmwnho=";
};
cargoHash = "sha256-qZv/4P9f87Glif2VsdrY23JGw6bSSQYdekF6erY5owk=";
cargoHash = "sha256-3zWbhuZzqkxgM0Js3luR6+Yr5/UGn1EoL6OqxPt94JM=";
nativeBuildInputs = [
installShellFiles