Merge pull request #25 from logos-blockchain/schouhy/bump-version

bump lez module version
This commit is contained in:
Sergio Chouhy 2026-06-29 11:07:28 -03:00 committed by GitHub
commit d99c362a8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
flake.lock generated
View File

@ -2246,17 +2246,17 @@
"rust-rapidsnark": "rust-rapidsnark"
},
"locked": {
"lastModified": 1782310268,
"narHash": "sha256-tIIIO+V+w/C/KLtKnLIv8O8/GoJ4PzgJSWrlQCXJ2P4=",
"lastModified": 1782428741,
"narHash": "sha256-ltLcysXUdVUXAe25Tl8x7e7ZsTzj1sHlyS3glp97TAo=",
"owner": "logos-blockchain",
"repo": "logos-execution-zone",
"rev": "fb8cbac40e0bda4f152415ff4f181cdc6bca6d4a",
"rev": "e37876a64028a335eb693198a1ed6a0e875ec5b4",
"type": "github"
},
"original": {
"owner": "logos-blockchain",
"repo": "logos-execution-zone",
"rev": "fb8cbac40e0bda4f152415ff4f181cdc6bca6d4a",
"rev": "e37876a64028a335eb693198a1ed6a0e875ec5b4",
"type": "github"
}
},
@ -16800,17 +16800,17 @@
"nix-bundle-lgx": "nix-bundle-lgx_28"
},
"locked": {
"lastModified": 1782397060,
"narHash": "sha256-IBnUVkRZKQ029m1DLw7ctLDJpOJzl0bKsDzzxRD9d4U=",
"lastModified": 1782741385,
"narHash": "sha256-kN6xb1b/Jvu9Ninaqtmi/C4fx8poisGYbThIBIXwvHw=",
"owner": "logos-blockchain",
"repo": "logos-execution-zone-module",
"rev": "b27f7b4e600e9041694e8cd29c03579ccdab9fbb",
"rev": "d70225ced646934d2294fd9e8f8b03615c104b80",
"type": "github"
},
"original": {
"owner": "logos-blockchain",
"repo": "logos-execution-zone-module",
"rev": "b27f7b4e600e9041694e8cd29c03579ccdab9fbb",
"rev": "d70225ced646934d2294fd9e8f8b03615c104b80",
"type": "github"
}
},

View File

@ -4,7 +4,7 @@
inputs = {
logos-module-builder.url = "github:logos-co/logos-module-builder";
nix-bundle-lgx.url = "github:logos-co/nix-bundle-lgx";
logos_execution_zone.url = "github:logos-blockchain/logos-execution-zone-module?rev=b27f7b4e600e9041694e8cd29c03579ccdab9fbb";
logos_execution_zone.url = "github:logos-blockchain/logos-execution-zone-module?rev=d70225ced646934d2294fd9e8f8b03615c104b80";
};
outputs = inputs@{ logos-module-builder, ... }: