From 6a0744778411c9f84969a3a7eb8c355817cf811e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Sep 2021 14:12:04 +0200 Subject: [PATCH 1/2] chore(well-known): update fixed output --- nix/uniworx/well-known.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/uniworx/well-known.nix b/nix/uniworx/well-known.nix index 9e0ab278f..8fb593780 100644 --- a/nix/uniworx/well-known.nix +++ b/nix/uniworx/well-known.nix @@ -18,6 +18,6 @@ outputHashMode = "recursive"; outputHashAlgo = "sha256"; - outputHash = "tDaffdAT5EGPKdDJ2ovo9XSGdV48W3Efqe+iBmakh6g="; + outputHash = "+KhpKGRRBVyDm+uBfI02uRpMDuMykZl5yWO6QjOCii4="; }; } From ad64986b6be8fa10a273e1be4cc99b2ffc164f12 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 4 Oct 2021 11:17:46 +0200 Subject: [PATCH 2/2] chore: bump docker demo-version --- nix/docker/demo-version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index dfcc3af19..ff9958555 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "0.3.0" + "version": "0.4.0" }