iwd: src.rev -> src.tag

This commit is contained in:
r-vdp
2025-06-19 17:14:21 +02:00
parent 88565ccffd
commit b6596b40bb
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-NY0WB62ehxKH64ssAF4vkF6YroG5HHH+ii+AFG9EaE4=";
};