Unverified Commit e713e631 authored by Victor Engmark's avatar Victor Engmark
Browse files

mutmut: Refer to tag directly

To avoid the possibility of an ambiguous reference.
parent a707a2b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ let
      src = fetchFromGitHub {
        repo = pname;
        owner = "boxed";
        rev = version;
        rev = "refs/tags/${version}";
        hash = "sha256-G+OL/9km2iUeZ1QCpU73CIWVWMexcs3r9RdCnAsESnY=";
      };