From dccb43ecc43d5964883ca9deae42bc258fb88e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 12 Oct 2024 10:51:15 +0200 Subject: [PATCH] bump nixos-facter to 0.1.1 --- nix/nixos-facter.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/nixos-facter.nix b/nix/nixos-facter.nix index 546e634..4d0bb4a 100644 --- a/nix/nixos-facter.nix +++ b/nix/nixos-facter.nix @@ -23,13 +23,13 @@ let in buildGoModule rec { pname = "nixos-facter"; - version = "0.1.0pre"; + version = "0.1.1"; src = fetchFromGitHub { owner = "numtide"; repo = "nixos-facter"; - rev = "53cbb6b281c3973faa3c05d1a5a9f957e2cc8187"; - hash = "sha256-5Gnn2ta/xuht6K8M9weVC0yPw5Wq8AK6wAHmjd1m2i0="; + rev = "v${version}"; + hash = "sha256-vlPmvCrgX64dcf//BPtQszBt7dkq35JpgQg+/LW0AqM="; }; vendorHash = "sha256-5leiTNp3FJmgFd0SKhu18hxYZ2G9SuQPhZJjki2SDVs=";