Unverified Commit f2235aed authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

emiluaPlugins.this-thread: 1.0.2 -> 1.0.3 (#393056)

parents 64fbfe9b df8c6eb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "emilua-this-thread";
  version = "1.0.2";
  version = "1.0.3";

  src = fetchFromGitLab {
    owner = "emilua";
    repo = "this-thread";
    rev = "v${version}";
    hash = "sha256-K9RQh/OnbQnqltfT9y36N/hEZxzbMP2aOJJ12FhAzHM=";
    hash = "sha256-3f2nB6KwNka0P7jnvMZF2+ExuTmICj2NswmRWB+YDKo=";
  };

  buildInputs = [