1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

cinnamon.xviewer: 3.2.10 -> 3.2.11

https://github.com/linuxmint/xviewer/compare/3.2.10...3.2.11
This commit is contained in:
Bobby Rong 2022-11-22 09:07:28 +08:00
parent 02c5143f60
commit e0a6bde894
No known key found for this signature in database

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.2.10";
version = "3.2.11";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-c3K9yjeaAlyXqgxzHgnLXgqwaB5Fdw+mS9jricy8QA8=";
sha256 = "sha256-EyrK4mnAHt/Lypuz7XX7+GFGfkfC5VDIit2WYZawI04=";
};
nativeBuildInputs = [