Skip to content

Commit

Permalink
flake.{nix,lock}: update Nix derivations
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Mar 8, 2024
1 parent 19810f3 commit 6a40989
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "A flake for the KEVM Semantics";

inputs = {
k-framework.url = "github:runtimeverification/k/v6.3.25";
k-framework.url = "github:runtimeverification/k/v6.3.29";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
pyk.url = "github:runtimeverification/pyk/v0.1.685";
pyk.url = "github:runtimeverification/pyk/v0.1.691";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
blockchain-k-plugin = {
Expand Down

0 comments on commit 6a40989

Please sign in to comment.