direwolf: use tag instead of rev

This commit is contained in:
Gavin John
2025-05-11 00:26:04 -07:00
parent cea7911fa6
commit 1479999a57

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "wb2osz";
repo = "direwolf";
rev = version;
tag = version;
hash = "sha256-Vbxc6a6CK+wrBfs15dtjfRa1LJDKKyHMrg8tqsF7EX4=";
};