summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-12-20 03:18:55 +0100
committerGitHub <noreply@github.com>2021-12-20 03:18:55 +0100
commitd87b72206aadebe6722944f541f55d33fd7046fb (patch)
treef0f2be2bce13d39962273c3f9c990cac4dad3991 /pkgs/desktops/cinnamon
parentd263feb6f6392939c4c5e0a2608a450f65417d18 (diff)
parentf628a10cb71b1f9770e2c8894ab98af56d22ed76 (diff)
downloadnixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.tar
nixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.tar.gz
nixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.tar.bz2
nixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.tar.lz
nixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.tar.xz
nixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.tar.zst
nixpkgs-d87b72206aadebe6722944f541f55d33fd7046fb.zip
Merge pull request #150382 from r-ryantm/auto-update/xreader
Diffstat (limited to 'pkgs/desktops/cinnamon')
-rw-r--r--pkgs/desktops/cinnamon/xreader/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/xreader/default.nix b/pkgs/desktops/cinnamon/xreader/default.nix
index 83fae17906e..147c36cbda4 100644
--- a/pkgs/desktops/cinnamon/xreader/default.nix
+++ b/pkgs/desktops/cinnamon/xreader/default.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xreader";
-  version = "3.2.1";
+  version = "3.2.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Ghltzoq5m27LvAojV5/aLiJL3ZvIXSnRjYtdvfRM0a8=";
+    sha256 = "sha256-rAPc4RF2uXp1hI8/8PXDYy3DnL5vNR8rF/EEixO0FXI=";
   };
 
   nativeBuildInputs = [