Updated README & flake

Update Revision and Hash in README and flake.nix to current as of Oct 8, 2023
This commit is contained in:
ryan.mcgee 2023-10-08 09:21:28 -05:00
commit 5f30e0be83
No known key found for this signature in database
GPG key ID: 2231A3CD46413B6F
2 changed files with 5 additions and 5 deletions

View file

@ -13,8 +13,8 @@
pkgs = (import nixpkgs) {
inherit system;
};
rev = "0fa9170";
hash = "sha256-+BkDUfVqqYMAG62OarNPJiNfghvHpOhhMlS5H+SV1dQ=";
rev = "af2616a252c990a8435bf86cf4788ce435474e24";
hash = "sha256-yocxfo7YvBCpHVV/ZhNQssyd3L9jvMFP7tz0cQucLr4=";
in rec {
# `nix develop`
devShell = pkgs.mkShell {