xviewer: 3.4.6 -> 3.4.7

https://github.com/linuxmint/xviewer/compare/3.4.6...3.4.7
This commit is contained in:
Bobby Rong 2024-12-05 22:21:32 +08:00
parent c49b11790b
commit 389601fa73
No known key found for this signature in database

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.6";
version = "3.4.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-J1IlgHKyNGJTn1sIU3q02eTgWqyeRm2leFIhtKPIdhg=";
hash = "sha256-hRX+vSotjhoQ/fyFdCelr9IHZGUM8xaYHNfX2vD3nq0=";
};
nativeBuildInputs = [