commit d377efa489eafa594919a802b91f328fe552600e
parent 4eb2679fa1734a1969edaac4641c04a1b6a2991c
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 22 Feb 2025 12:15:36 +0400
flake: update base58 version, drop override
Diffstat:
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -85,11 +85,11 @@
]
},
"locked": {
- "lastModified": 1737309006,
- "narHash": "sha256-jsuU1yIxY2HbvIa2XTe7uDYX5CU4EX3jzEjpHfXS8uM=",
+ "lastModified": 1739979602,
+ "narHash": "sha256-RrhqNPuDmKo1mG0Y2ZyaeuMuCjtIhGLLO87TaJeEDZI=",
"ref": "master",
- "rev": "44cefe2b0a216388e2a2add8ec5538d2cee2ead5",
- "revCount": 17,
+ "rev": "40e80c1b2c39c829976aab44f6d318ebe4e2e784",
+ "revCount": 22,
"type": "git",
"url": "git://git.ppad.tech/base58.git"
},
diff --git a/flake.nix b/flake.nix
@@ -12,7 +12,6 @@
url = "git://git.ppad.tech/base16.git";
ref = "master";
inputs.ppad-nixpkgs.follows = "ppad-nixpkgs";
- inputs.ppad-sha256.follows = "ppad-sha256";
};
ppad-base58 = {
type = "git";