paraview: 5.11.0 -> 5.11.1 (#239529)

This commit is contained in:
Alexander Kiselyov 2023-06-27 11:11:24 +00:00 committed by GitHub
parent 35fae2e159
commit cb60478cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};