Unverified Commit c4b9ecbe authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

glslviewer: 3.5.1 -> 3.5.2 (#488759)

parents b271c112 4dccee9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "glslviewer";
  version = "3.5.1";
  version = "3.5.2";
  src = fetchFromGitHub {
    owner = "patriciogonzalezvivo";
    repo = "glslViewer";
    fetchSubmodules = true;
    tag = finalAttrs.version;
    hash = "sha256-gQF3hkudQXxI3t1e0Iaa4dYbVc3I7lBekt5jmJLJFpI=";
    hash = "sha256-rfiTiyCcOa5+ZTU7JrM35mmoZNRzco6M3ZyeZ+hio4w=";
  };
  nativeBuildInputs = [
    cmake