cinnamon.xviewer: 3.4.3 -> 3.4.4

https://github.com/linuxmint/xviewer/compare/3.4.3...3.4.4
This commit is contained in:
Bobby Rong 2024-01-05 21:12:56 +08:00
parent 3a1916cc58
commit 4fa86b9506
No known key found for this signature in database

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-q8Eg84mnsu+dJkF6K27HISfSF6OI3GcTdo0Fft50G9A=";
sha256 = "sha256-Kr3GoroQUzOePJiYeJYE9wrqWKcfX7ncu3tZSxOdnvU=";
};
nativeBuildInputs = [