3
0
Fork 0
forked from mirrors/nixpkgs

cinnamon.xviewer: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm 2021-12-12 06:12:38 +00:00
parent df77386882
commit e06f742beb

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-9SUpJ76s3gf1852xnJh3Sz6SeuKhcGHtv+woiXztCS4=";
sha256 = "sha256-FFRms4yh7TQ/O3ee7igeIslimSWLhue3BE1xCrJ3NQ4=";
};
nativeBuildInputs = [