ord: 0.22.1 -> 0.23.1 (#397784)

Co-authored-by: xrelkd <xrelkd@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-15 02:39:42 +00:00
committed by GitHub
co-authored by xrelkd
+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