a4term: 0.2.2 -> 0.2.3

This commit is contained in:
Gustavo Coutinho de Souza 2023-08-18 12:27:15 -03:00
parent ab0c7af2db
commit bd6f924346
No known key found for this signature in database
GPG key ID: 87B914AD813AA7C7

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "a4term";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "rpmohn";
repo = "a4";
rev = "v${version}";
hash = "sha256-hsAEiPOZBqjvmSZEmZwfDqHZV/8ym62RZPxl3DG4ntQ=";
hash = "sha256-AX5psz9+bLdFFeDR55TIrAWDAkhDygw6289OgIfOJTg=";
};
buildInputs = [