Unverified Commit 41882c60 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

scribus: 1.6.3 -> 1.6.4 (#400527)

parents 57de2553 6e3927ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,11 +32,11 @@ in
stdenv.mkDerivation (finalAttrs: {
  pname = "scribus";

  version = "1.6.3";
  version = "1.6.4";

  src = fetchurl {
    url = "mirror://sourceforge/scribus/scribus-devel/scribus-${finalAttrs.version}.tar.xz";
    hash = "sha256-CuWM7UEBAegmVeO0wgoHDPF2cUWtojPc73wguLpr1Ic=";
    hash = "sha256-UzvnrwOs+qc27F96P8JWKr0gD+9coqfN7gK19E1hgp4=";
  };

  nativeBuildInputs = [