We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4513971 commit 9c89171Copy full SHA for 9c89171
pkgs/by-name/xr/xreader/package.nix
@@ -36,13 +36,13 @@
36
37
stdenv.mkDerivation rec {
38
pname = "xreader";
39
- version = "4.2.3";
+ version = "4.2.5";
40
41
src = fetchFromGitHub {
42
owner = "linuxmint";
43
repo = pname;
44
rev = version;
45
- hash = "sha256-qBnnxygkAn1wF3gtqR0At1e1e+sx1/2MoSWqmshW5Qg=";
+ hash = "sha256-4riTLU8ElWxxnigNAhmAv+7m1fNneDLCgS2Tj1V0UNk=";
46
};
47
48
nativeBuildInputs = [
0 commit comments