From 88c47c6fb9c5ee71a9e239b813579da79bf4982b Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Wed, 18 May 2022 01:23:11 +0200 Subject: [PATCH] nix: Update examples --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c297fad..b529747 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "examples": { "flake": false, "locked": { - "lastModified": 1651870686, - "narHash": "sha256-dCjk33namP3QeGonis6UGffM/7JMT0G8I5VjfJ5Hs6g=", + "lastModified": 1652789871, + "narHash": "sha256-M7r2k1B1UgRZ/01LBwWzxkJxYtIZjkeZHQeBbaN7XUs=", "owner": "lorenzleutgeb", "repo": "atlas-examples", - "rev": "dfbdf005e8992708aa7b404ce09709d1dc2df1da", + "rev": "7fcaf9e9f040be16247b521c1d6985ef19fd0eec", "type": "github" }, "original": { "owner": "lorenzleutgeb", - "ref": "v0.2.1", + "ref": "v0.2.2", "repo": "atlas-examples", "type": "github" } diff --git a/flake.nix b/flake.nix index 50133d6..85491c2 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; examples = { - url = "github:lorenzleutgeb/atlas-examples/v0.2.1"; + url = "github:lorenzleutgeb/atlas-examples/v0.2.2"; flake = false; }; gradle2nix = {