pantheon.elementary-terminal: 8.0.0 -> 8.1.0 (#549037)

This commit is contained in:
Bobby Rong
2026-08-04 16:03:19 +00:00
committed by GitHub

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 = [