Unverified Commit cb60478c authored by Alexander Kiselyov's avatar Alexander Kiselyov Committed by GitHub
Browse files

paraview: 5.11.0 -> 5.11.1 (#239529)

parent 35fae2e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "5.11.0";
  version = "5.11.1";

  docFiles = [
    (fetchurl {
@@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
    owner = "paraview";
    repo = "paraview";
    rev = "v${version}";
    sha256 = "sha256-WvkKGl5lG+apX6m4ULVZZVtDsSUjEVXe/seh95b+LmI=";
    hash = "sha256-LatNHfiAqB2kqzERRnYae0WIXBb4nXQ79Be4kuh8NFQ=";
    fetchSubmodules = true;
  };