Skip to content

Commit

Permalink
Merge pull request NixOS#148761 from r-ryantm/auto-update/xreader
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 authored Dec 6, 2021
2 parents cdaa4ce + 759ab2e commit 61123a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/cinnamon/xreader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

stdenv.mkDerivation rec {
pname = "xreader";
version = "3.0.2";
version = "3.2.1";

src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "vyZhKsuASbkc6IBtfbhTIHOQ0XYNFaCVua+jS4B5LWk=";
sha256 = "sha256-Ghltzoq5m27LvAojV5/aLiJL3ZvIXSnRjYtdvfRM0a8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 61123a6

Please sign in to comment.