atril: 1.28.3 -> 1.28.4

This commit is contained in:
R. Ryantm
2026-05-19 08:14:28 +00:00
parent cd22aef9a1
commit 581dee9e2c
+2 -2
View File
@@ -33,14 +33,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atril";
version = "1.28.3";
version = "1.28.4";
src = fetchFromGitHub {
owner = "mate-desktop";
repo = "atril";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-y+J/goOl5ol3j0ySLkyQSndS8zc+dOKhyrPv0FmVkZg=";
hash = "sha256-0BrD897SRf26A4Z1wdizfwoVEEQ7c7EEhAV4vmkBc8E=";
};
nativeBuildInputs = [