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 984747e commit 5bfaa70Copy full SHA for 5bfaa70
pkgs/applications/office/scribus/default.nix
@@ -32,11 +32,11 @@ in
32
stdenv.mkDerivation (finalAttrs: {
33
pname = "scribus";
34
35
- version = "1.6.2";
+ version = "1.6.3";
36
37
src = fetchurl {
38
url = "mirror://sourceforge/scribus/scribus-devel/scribus-${finalAttrs.version}.tar.xz";
39
- hash = "sha256-fv+bH0fjcuVrs2nx2+GP5JEBeJtea8/beJDgNGtkE4M=";
+ hash = "sha256-CuWM7UEBAegmVeO0wgoHDPF2cUWtojPc73wguLpr1Ic=";
40
};
41
42
nativeBuildInputs = [
0 commit comments