Commit f5d2ed22 authored by lucasew's avatar lucasew
Browse files

emiluaPackages.this-thread: 1.0.1 -> 1.0.2



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent ecfe28c6
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.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 = [