gtkterm: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-05-05 13:42:50 +00:00
parent 0b98d1a4f1
commit 9b065c4891

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gtkterm";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "Jeija";
repo = "gtkterm";
rev = version;
sha256 = "sha256-4Z+8fs4VEk2+Ci1X3oUuInylTdIbQ5AiPenFqnyNXvc=";
sha256 = "sha256-KYkAHpyDl47LBKb7ZjxPCGw9XuMrqHPyejMhIvYAr68=";
};
nativeBuildInputs = [