Skip to content

Commit 6a40989

Browse files
committed
flake.{nix,lock}: update Nix derivations
1 parent 19810f3 commit 6a40989

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

flake.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
description = "A flake for the KEVM Semantics";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v6.3.25";
5+
k-framework.url = "github:runtimeverification/k/v6.3.29";
66
nixpkgs.follows = "k-framework/nixpkgs";
77
flake-utils.follows = "k-framework/flake-utils";
88
rv-utils.follows = "k-framework/rv-utils";
9-
pyk.url = "github:runtimeverification/pyk/v0.1.685";
9+
pyk.url = "github:runtimeverification/pyk/v0.1.691";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
blockchain-k-plugin = {

0 commit comments

Comments
 (0)