engrampa: 1.28.3 -> 1.28.5 (#555118)

This commit is contained in:
Bobby Rong
2026-08-22 09:59:38 +00:00
committed by GitHub

View File

@@ -24,14 +24,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "engrampa";
version = "1.28.3";
version = "1.28.5";
src = fetchFromGitHub {
owner = "mate-desktop";
repo = "engrampa";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-bmqCsbGz49wda1sMiAvG3XTGpFEwMvDx8ojuzxZ9MAI=";
hash = "sha256-v23uDb9WC7t0fIAGK20z+7I3NzbgWPH+POuE28jBfSk=";
};
nativeBuildInputs = [