3
0
Fork 0
forked from mirrors/nixpkgs

cinnamon.xreader: 3.2.2 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-02-23 08:05:12 +00:00
parent a632265bb4
commit 91f3a4593c

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "3.2.2";
version = "3.3.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-rAPc4RF2uXp1hI8/8PXDYy3DnL5vNR8rF/EEixO0FXI=";
sha256 = "sha256-wBrP5SHGPvH/Gz9QY253zQuf8WSjV19oNB5aIqXGLZ8=";
};
nativeBuildInputs = [