pantheon.elementary-terminal: 8.0.0 -> 8.1.0

This commit is contained in:
Christopher Crouse
2026-08-04 08:25:48 +02:00
parent 0b7cb6c18b
commit 7a6804d418

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "elementary-terminal";
version = "8.0.0";
version = "8.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "terminal";
tag = version;
hash = "sha256-IzLaM9FPMRGJKvlXktyrhDYSyP4LJ8yFW8/FmsmZjU4=";
hash = "sha256-npPuanin2WKuIAVbvGwBf5fGHYp7LKGac+s+28apaLU=";
};
nativeBuildInputs = [