emiluaPlugins.this-thread: 1.0.0 -> 1.0.1 (#363051)

This commit is contained in:
Jörg Thalheim 2024-12-10 07:42:50 +01:00 committed by GitHub
commit cd34221a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "emilua-this-thread";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitLab {
owner = "emilua";
repo = "this-thread";
rev = "v${version}";
hash = "sha256-JmAe69heZ406LE2aaSxQXJYu/iv1cS90KHecQJYoiKQ=";
hash = "sha256-AvvRHy5llxkYt7aRO0KepCX032hhxhOr/c680VBrnBQ=";
};
buildInputs = [