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 { stdenv 2 , lib 3 , fetchFromGitHub 4 - , fetchpatch 5 , glib 6 , gobject-introspection 7 , intltool ··· 27 28 stdenv.mkDerivation rec { 29 pname = "xreader"; 30 - version = "3.8.2"; 31 32 src = fetchFromGitHub { 33 owner = "linuxmint"; 34 repo = pname; 35 rev = version; 36 - sha256 = "sha256-2zqlfoN4L+V237cQ3PVh49YaZfNKGiLqh2JIiGJE340="; 37 }; 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 48 nativeBuildInputs = [ 49 shared-mime-info
··· 1 { stdenv 2 , lib 3 , fetchFromGitHub 4 , glib 5 , gobject-introspection 6 , intltool ··· 26 27 stdenv.mkDerivation rec { 28 pname = "xreader"; 29 + version = "3.8.3"; 30 31 src = fetchFromGitHub { 32 owner = "linuxmint"; 33 repo = pname; 34 rev = version; 35 + sha256 = "sha256-fLnpBJJzrsQSyN+Ok1u/+CwHzBg+bzFR2Jwkc5mpMPA="; 36 }; 37 38 nativeBuildInputs = [ 39 shared-mime-info