wttrbar: use tag instead of rev for fetchFromGitHub

This commit is contained in:
Mikael Voss
2025-08-02 15:34:30 +02:00
parent ed98915660
commit 9c1fa0c2c8
+1 -1
View File
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "bjesus";
repo = "wttrbar";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-gJJnmJ1dpKVCRZtzL1R86s607hOCHTpsFDPsQKOnvvA=";
};