Unverified Commit 35acb6e9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tacent: fix tag (#393654)

parents 082a6c94 af05cb1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "bluescan";
    repo = "tacent";
    tag = finalAttrs.version;
    tag = "v${finalAttrs.version}";
    hash = "sha256-z8VuJS8OaVw5CeO/udvBEmcURKIy1oWVYUv6Ai8lTI8=";
  };