From 04118541ffe10e47c2191ab64facb2a7d539d897 Mon Sep 17 00:00:00 2001 From: Jack Hodgkinson <30505104+jhodgdev@users.noreply.github.com> Date: Fri, 8 Apr 2022 13:50:24 +0100 Subject: [PATCH] Pointing towards treasury branch --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 73e7d0d..de979be 100644 --- a/flake.lock +++ b/flake.lock @@ -103,17 +103,17 @@ "plutus": "plutus" }, "locked": { - "lastModified": 1648805998, - "narHash": "sha256-TWEiUifHkhgCHqe70aNn9j6LdFFWv2nMbSWV8hR59oE=", - "owner": "jhodgdev", + "lastModified": 1649421738, + "narHash": "sha256-07LdyHykRDObI984W04lIXgvh6sWKDEW8enAGhIijQU=", + "owner": "mlabs-haskell", "repo": "apropos-tx", - "rev": "4eca3fac23c339caee04ea6176e641a4b3857a25", + "rev": "5257325e3dd2603d09c0ebe468eec676eeb233b8", "type": "github" }, "original": { - "owner": "jhodgdev", + "owner": "mlabs-haskell", "repo": "apropos-tx", - "rev": "4eca3fac23c339caee04ea6176e641a4b3857a25", + "rev": "5257325e3dd2603d09c0ebe468eec676eeb233b8", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 9f5a7a7..eae71ab 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ # inputs to follow a commit on those master branches. For more # info, see: https://github.com/mlabs-haskell/apropos-tx/pull/37 inputs.apropos-tx.url = - "github:jhodgdev/apropos-tx?rev=4eca3fac23c339caee04ea6176e641a4b3857a25"; + "github:mlabs-haskell/apropos-tx?rev=5257325e3dd2603d09c0ebe468eec676eeb233b8"; inputs.apropos-tx.inputs.nixpkgs.follows = "plutarch/haskell-nix/nixpkgs-unstable"; inputs.apropos.url =