From d5d58d3054cd0884434cdeb2f884a7f5fe5faef0 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Wed, 7 Aug 2024 10:41:34 +0200 Subject: [PATCH] fix version of disko --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index fdac4a7..bdda055 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,8 +9,8 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix "${builtins.fetchTarball { - url = "https://github.com/nix-community/disko/archive/master.tar.gz"; - sha256 = "1z9x5jig1mcn41vcqlb3nld91lfdfx4nfwb23k4zjy4yfh59a99p"; + url = "https://github.com/nix-community/disko/archive/refs/tags/v1.6.1.tar.gz"; + sha256 = "09yvxf1cbkwv6lncnfcnkj83jm5qs812q6dvvvq40n7wg4kl1gpj"; }}/module.nix" ./disko.nix ];