base58

Pure Haskell base58, base58check encoding/decoding (docs.ppad.tech/base58).
git clone git://git.ppad.tech/base58.git
Log | Files | Refs | README | LICENSE

flake.lock (3007B)


      1 {
      2   "nodes": {
      3     "flake-utils": {
      4       "inputs": {
      5         "systems": "systems"
      6       },
      7       "locked": {
      8         "lastModified": 1710146030,
      9         "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
     10         "owner": "numtide",
     11         "repo": "flake-utils",
     12         "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
     13         "type": "github"
     14       },
     15       "original": {
     16         "owner": "numtide",
     17         "repo": "flake-utils",
     18         "type": "github"
     19       }
     20     },
     21     "nixpkgs": {
     22       "locked": {
     23         "lastModified": 1725910328,
     24         "narHash": "sha256-n9pCtzGZ0httmTwMuEbi5E78UQ4ZbQMr1pzi5N0LAG8=",
     25         "owner": "NixOS",
     26         "repo": "nixpkgs",
     27         "rev": "5775c2583f1801df7b790bf7f7d710a19bac66f4",
     28         "type": "github"
     29       },
     30       "original": {
     31         "owner": "NixOS",
     32         "ref": "nixpkgs-unstable",
     33         "repo": "nixpkgs",
     34         "type": "github"
     35       }
     36     },
     37     "ppad-nixpkgs": {
     38       "inputs": {
     39         "flake-utils": "flake-utils",
     40         "nixpkgs": "nixpkgs"
     41       },
     42       "locked": {
     43         "lastModified": 1737297101,
     44         "narHash": "sha256-EnXnq+JLflbWt+DvaGGnY2gfAqsGNOm5vPgHh3hkfwQ=",
     45         "ref": "master",
     46         "rev": "f29823875250bc99b3891f7373535ccde9a29a44",
     47         "revCount": 1,
     48         "type": "git",
     49         "url": "git://git.ppad.tech/nixpkgs.git"
     50       },
     51       "original": {
     52         "ref": "master",
     53         "type": "git",
     54         "url": "git://git.ppad.tech/nixpkgs.git"
     55       }
     56     },
     57     "ppad-sha256": {
     58       "inputs": {
     59         "flake-utils": [
     60           "ppad-sha256",
     61           "ppad-nixpkgs",
     62           "flake-utils"
     63         ],
     64         "nixpkgs": [
     65           "ppad-sha256",
     66           "ppad-nixpkgs",
     67           "nixpkgs"
     68         ],
     69         "ppad-nixpkgs": [
     70           "ppad-nixpkgs"
     71         ]
     72       },
     73       "locked": {
     74         "lastModified": 1737298572,
     75         "narHash": "sha256-iAo6GFH1FLNi0wt0FczbqPCmVzCm9gfMEjk1oakExt0=",
     76         "ref": "master",
     77         "rev": "abc984dc65f0df9bd958c0bc8f390c68e660f710",
     78         "revCount": 87,
     79         "type": "git",
     80         "url": "git://git.ppad.tech/sha256.git"
     81       },
     82       "original": {
     83         "ref": "master",
     84         "type": "git",
     85         "url": "git://git.ppad.tech/sha256.git"
     86       }
     87     },
     88     "root": {
     89       "inputs": {
     90         "flake-utils": [
     91           "ppad-nixpkgs",
     92           "flake-utils"
     93         ],
     94         "nixpkgs": [
     95           "ppad-nixpkgs",
     96           "nixpkgs"
     97         ],
     98         "ppad-nixpkgs": "ppad-nixpkgs",
     99         "ppad-sha256": "ppad-sha256"
    100       }
    101     },
    102     "systems": {
    103       "locked": {
    104         "lastModified": 1681028828,
    105         "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
    106         "owner": "nix-systems",
    107         "repo": "default",
    108         "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
    109         "type": "github"
    110       },
    111       "original": {
    112         "owner": "nix-systems",
    113         "repo": "default",
    114         "type": "github"
    115       }
    116     }
    117   },
    118   "root": "root",
    119   "version": 7
    120 }