cinnamon.xviewer: 3.4.2 -> 3.4.3

https://github.com/linuxmint/xviewer/compare/3.4.2...3.4.3
This commit is contained in:
Bobby Rong 2023-12-04 21:53:17 +08:00
parent 72a1775c27
commit f8c95bdc6e
No known key found for this signature in database

View File

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