ord: 0.22.1 -> 0.23.1

This commit is contained in:
R. Ryantm
2025-04-10 19:12:57 +00:00
parent 4a0b66d1f5
commit c654b67c83
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "ord";
version = "0.22.1";
version = "0.23.1";
src = fetchFromGitHub {
owner = "ordinals";
repo = "ord";
rev = version;
hash = "sha256-95da/aoBhrQ/GaM4fojFufs6+OI2KLF6SGsSw6qtYUc=";
hash = "sha256-jYu9NPvs7nwgiqMCvZlLQqoYESwjKAYlhJ9ehev70EY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-PGC3R+iy3evp7BtEpyXDPvi6mlB7CGtd8uzfpkmHzMU=";
cargoHash = "sha256-U5bGNgiy98PK2Le5BbzCOAajeEKb/zYTIID1uOE6p3c=";
nativeBuildInputs = [
pkg-config