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

This commit is contained in:
Weijia Wang
2025-03-28 14:08:09 +01:00
committed by GitHub
@@ -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 = [