Merge pull request #293643 from r-ryantm/auto-update/tessen

tessen: 2.2.1 -> 2.2.3
This commit is contained in:
Weijia Wang 2024-03-17 01:54:45 +01:00 committed by GitHub
commit c7be3c0ad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenvNoCC.mkDerivation rec {
pname = "tessen";
version = "2.2.1";
version = "2.2.3";
src = fetchFromSourcehut {
owner = "~ayushnix";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8hhYOd5h55kl7ChqdyRzsaxzWLpX41aqG8LfznmbFWw=";
sha256 = "sha256-mVGsI1JBG7X8J7gqocdfxWuTVSZpxS23QPGHCUofvV8=";
};
nativeBuildInputs = [ makeWrapper installShellFiles scdoc ];