From e32b81f3b33e62a6ea1930ecf12c90ee4d406254 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 11 Nov 2022 16:57:16 +0100 Subject: [PATCH] extra-container: fix src hash I forgot to update it during the last version update. --- pkgs/tools/virtualization/extra-container/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/virtualization/extra-container/default.nix b/pkgs/tools/virtualization/extra-container/default.nix index e57c4305977..bb06d3f33fa 100644 --- a/pkgs/tools/virtualization/extra-container/default.nix +++ b/pkgs/tools/virtualization/extra-container/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { owner = "erikarvstedt"; repo = pname; rev = version; - hash = "sha256-vtCZ0w1Kaiw9bIrzwEb4Jnv7QoQLp8JDjaGmAP91hpE="; + hash = "sha256-ORe1tSWhmgIaDj3CTEovsFCq+60LQmYy8RUx9v7De30="; }; buildCommand = ''