emiluaPackages.this-thread: 1.0.1 -> 1.0.2

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2025-02-28 20:57:32 -03:00
parent ecfe28c6a8
commit f5d2ed22c3
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "emilua-this-thread";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitLab {
owner = "emilua";
repo = "this-thread";
rev = "v${version}";
hash = "sha256-AvvRHy5llxkYt7aRO0KepCX032hhxhOr/c680VBrnBQ=";
hash = "sha256-K9RQh/OnbQnqltfT9y36N/hEZxzbMP2aOJJ12FhAzHM=";
};
buildInputs = [