Unverified Commit 9c1fa0c2 authored by Mikael Voss's avatar Mikael Voss
Browse files

wttrbar: use tag instead of rev for fetchFromGitHub

parent ed989156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "bjesus";
    repo = "wttrbar";
    rev = finalAttrs.version;
    tag = finalAttrs.version;
    hash = "sha256-gJJnmJ1dpKVCRZtzL1R86s607hOCHTpsFDPsQKOnvvA=";
  };