cinnamon.xreader: 3.8.2 -> 3.8.3

https://github.com/linuxmint/xreader/compare/3.8.2...3.8.3

+2 -12
+2 -12
pkgs/desktops/cinnamon/xreader/default.nix
··· 1 1 { stdenv 2 2 , lib 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , glib 6 5 , gobject-introspection 7 6 , intltool ··· 27 26 28 27 stdenv.mkDerivation rec { 29 28 pname = "xreader"; 30 - version = "3.8.2"; 29 + version = "3.8.3"; 31 30 32 31 src = fetchFromGitHub { 33 32 owner = "linuxmint"; 34 33 repo = pname; 35 34 rev = version; 36 - sha256 = "sha256-2zqlfoN4L+V237cQ3PVh49YaZfNKGiLqh2JIiGJE340="; 35 + sha256 = "sha256-fLnpBJJzrsQSyN+Ok1u/+CwHzBg+bzFR2Jwkc5mpMPA="; 37 36 }; 38 - 39 - patches = [ 40 - # Fix build with meson 1.2, can be dropped on next bump 41 - # https://github.com/linuxmint/xreader/issues/612 42 - (fetchpatch { 43 - url = "https://github.com/linuxmint/xreader/commit/06b18a884c8cf3257ea1f053a82784da078999ed.patch"; 44 - sha256 = "sha256-+LXEW3OkfhkIcbxtvfQYjdaC18O8imOx22t91ad/XZw="; 45 - }) 46 - ]; 47 37 48 38 nativeBuildInputs = [ 49 39 shared-mime-info